diff options
| author | Andy Ning <andy.ning@windriver.com> | 2014-06-13 14:03:25 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-17 10:10:17 -0400 |
| commit | b53f039deee13fe869aaceca27d4e30cd40efb48 (patch) | |
| tree | 6549be8d5fa0d27ca2a21f5be89b63978106b223 /meta-openstack/README.setup | |
| parent | 05feaeeabe1bd34ed1d8a6f02c975fb07965f96d (diff) | |
| download | meta-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/README.setup')
| -rw-r--r-- | meta-openstack/README.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 157 | 157 | ||
| 158 | % . /etc/nova/openrc | 158 | % . /etc/nova/openrc |
| 159 | % glance image-create --name myFirstImage --is-public true \ | 159 | % glance image-create --name myFirstImage --is-public true \ |
| 160 | --container-format bare --disk-format qcow2 --file /root/images/cirros-0.3.0-x86_64-disk.img | 160 | --container-format bare --disk-format qcow2 --file /root/images/cirros-*-x86_64-disk.img |
| 161 | % neutron net-create mynetwork | 161 | % neutron net-create mynetwork |
| 162 | % nova boot --image myFirstImage --flavor 1 myinstance | 162 | % nova boot --image myFirstImage --flavor 1 myinstance |
| 163 | 163 | ||
