diff options
author | Rex Lee <limingjiang@huawei.com> | 2016-12-12 07:42:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-12 07:42:37 +0000 |
commit | d66ba5a3b6cfb7743913ef4e6da2eaabe1778e34 (patch) | |
tree | 1fdf6b768c6a4165fb14c3617a5ef6e3dfa48215 | |
parent | e19dacdb57d0b3520b85d60607813f3c6548ff67 (diff) | |
parent | ed355ea25b8a32468db9006d9a8eee2363748515 (diff) |
Merge "Bugfix: update Yardstick custom VM image name in user guide"
-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 |