Bugfix: update Yardstick custom VM image name in user guide 79/25579/1
authorJingLu5 <lvjing5@huawei.com>
Wed, 7 Dec 2016 03:26:07 +0000 (11:26 +0800)
committerJingLu5 <lvjing5@huawei.com>
Wed, 7 Dec 2016 03:26:07 +0000 (11:26 +0800)
JIRA: YARDSTICK-451

Change-Id: Ie6e4a0b924f4ee047756b954e88c50621e0b596f
Signed-off-by: JingLu5 <lvjing5@huawei.com>
docs/userguide/07-installation.rst

index 09d36bf..9c2082a 100644 (file)
@@ -211,9 +211,9 @@ Example command:
 ::
 
   glance --os-image-api-version 1 image-create \
-  --name yardstick-trusty-server --is-public true \
+  --name yardstick-image --is-public true \
   --disk-format qcow2 --container-format bare \
-  --file /tmp/workspace/yardstick/yardstick-trusty-server.img
+  --file /tmp/workspace/yardstick/yardstick-image.img
 
 Some Yardstick test cases use a Cirros image, you can find one at
 http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img