diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-12-07 11:26:07 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-12-07 11:26:07 +0800 |
commit | ed355ea25b8a32468db9006d9a8eee2363748515 (patch) | |
tree | 1fdb1023dcde00d90e6d9c0fdc7a7c23043bd595 /docs/userguide/07-installation.rst | |
parent | 6d8123f78a63292cf8be65bf7a347a5867bd5220 (diff) |
Bugfix: update Yardstick custom VM image name in user guide
JIRA: YARDSTICK-451
Change-Id: Ie6e4a0b924f4ee047756b954e88c50621e0b596f
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'docs/userguide/07-installation.rst')
-rw-r--r-- | docs/userguide/07-installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/07-installation.rst b/docs/userguide/07-installation.rst index 09d36bf25..9c2082a27 100644 --- a/docs/userguide/07-installation.rst +++ b/docs/userguide/07-installation.rst @@ -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 |