diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-03-24 17:55:39 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-03-24 17:56:52 +0400 |
commit | 043727feabaf7cabb719dbd3d52274bcd0dbea66 (patch) | |
tree | 0235a4833984f1581fc2ba05b38b32af6c9f6b73 /docs/testing/user/userguide/04-installation.rst | |
parent | 4ea6acb22260ba5076857136c95a6f9223c9f7c5 (diff) |
Update cirros image to latest version
Change-Id: Iffa1e4529e5b6e9664ac503a5815ea9a034d7515
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'docs/testing/user/userguide/04-installation.rst')
-rw-r--r-- | docs/testing/user/userguide/04-installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/04-installation.rst b/docs/testing/user/userguide/04-installation.rst index c1db21220..64955c782 100644 --- a/docs/testing/user/userguide/04-installation.rst +++ b/docs/testing/user/userguide/04-installation.rst @@ -285,7 +285,7 @@ Example command: --file /tmp/workspace/yardstick/yardstick-image.img Some Yardstick test cases use a Cirros image and a Ubuntu 14.04 image, you can find one at -http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img, https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img +http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img, https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img Add cirros and ubuntu image to OpenStack: @@ -295,7 +295,7 @@ Add cirros and ubuntu image to OpenStack: --disk-format qcow2 \ --container-format bare \ --file $cirros_image_file \ - cirros-0.3.3 + cirros-0.3.5 openstack image create \ --disk-format qcow2 \ |