From 78501fb550a5d8ddf2b2af3d2733233d97e85928 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Tue, 13 Feb 2018 11:52:51 -0700 Subject: [PATCH] image-guide: Update cirros image The current CirrOS image is version v0.4.0. Update the guide to download this version. Change-Id: Icf9fce5e46c5044976035942be22a0f4c3f7ca96 --- doc/source/install/verify.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/verify.rst b/doc/source/install/verify.rst index 686e279ddc..03fe919933 100644 --- a/doc/source/install/verify.rst +++ b/doc/source/install/verify.rst @@ -29,7 +29,7 @@ For information about how to manage images, see the .. code-block:: console - $ wget http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img + $ wget http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img .. end @@ -44,7 +44,7 @@ For information about how to manage images, see the .. code-block:: console $ openstack image create "cirros" \ - --file cirros-0.3.5-x86_64-disk.img \ + --file cirros-0.4.0-x86_64-disk.img \ --disk-format qcow2 --container-format bare \ --public