aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/README.setup
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/README.setup')
-rw-r--r--meta-openstack/README.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/README.setup b/meta-openstack/README.setup
index 3949fe72..ebd73b4a 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