From b53f039deee13fe869aaceca27d4e30cd40efb48 Mon Sep 17 00:00:00 2001 From: Andy Ning Date: Fri, 13 Jun 2014 14:03:25 -0400 Subject: Upgrade cirros guest image to 0.3.2 cirros 0.3.0 has a bug which ignores classless static routes passed by dhcp option 121. This static route is needed for the instance to access metadata service from 169.254.169.254. 0.3.2 has this bug fixed. Details about this bug can be found at: https://bugs.launchpad.net/cirros/+bug/1190372 Updated documents that reference specific version of cirros as well. Note: 0.3.2 download URI (SRC_URI) has been changed from "https://launchpad.net/cirros/trunk" to "http://download.cirros-cloud.net", since cirros binary downloads are all in the new URI. Signed-off-by: Andy Ning --- meta-openstack/README.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/README.setup') diff --git a/meta-openstack/README.setup b/meta-openstack/README.setup index 3949fe7..ebd73b4 100644 --- a/meta-openstack/README.setup +++ b/meta-openstack/README.setup @@ -157,7 +157,7 @@ following steps will validate a simple compute node guest launch: % . /etc/nova/openrc % glance image-create --name myFirstImage --is-public true \ - --container-format bare --disk-format qcow2 --file /root/images/cirros-0.3.0-x86_64-disk.img + --container-format bare --disk-format qcow2 --file /root/images/cirros-*-x86_64-disk.img % neutron net-create mynetwork % nova boot --image myFirstImage --flavor 1 myinstance -- cgit v1.2.3-54-g00ecf