summaryrefslogtreecommitdiffstats
path: root/meta-openstack/Documentation/README.heat
diff options
context:
space:
mode:
authorAndy Ning <andy.ning@windriver.com>2014-06-13 14:03:25 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-17 10:10:17 -0400
commitb53f039deee13fe869aaceca27d4e30cd40efb48 (patch)
tree6549be8d5fa0d27ca2a21f5be89b63978106b223 /meta-openstack/Documentation/README.heat
parent05feaeeabe1bd34ed1d8a6f02c975fb07965f96d (diff)
downloadmeta-cloud-services-b53f039deee13fe869aaceca27d4e30cd40efb48.tar.gz
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 <andy.ning@windriver.com>
Diffstat (limited to 'meta-openstack/Documentation/README.heat')
-rw-r--r--meta-openstack/Documentation/README.heat2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/Documentation/README.heat b/meta-openstack/Documentation/README.heat
index 95d2e08..3578291 100644
--- a/meta-openstack/Documentation/README.heat
+++ b/meta-openstack/Documentation/README.heat
@@ -28,7 +28,7 @@ node, unless otherwise explicitly indicated.
28 28
29 $ Start Controller and Compute node 29 $ Start Controller and Compute node
30 $ . /etc/nova/openrc 30 $ . /etc/nova/openrc
31 $ 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 31 $ glance image-create --name myfirstimage --is-public true --container-format bare --disk-format qcow2 --file /root/images/cirros-*-x86_64-disk.img
32 $ glance image-list 32 $ glance image-list
33+--------------------------------------+--------------+-------------+------------------+---------+--------+ 33+--------------------------------------+--------------+-------------+------------------+---------+--------+
34| ID | Name | Disk Format | Container Format | Size | Status | 34| ID | Name | Disk Format | Container Format | Size | Status |