diff --git a/doc/openstack-ops/ch_ops_log_monitor.xml b/doc/openstack-ops/ch_ops_log_monitor.xml
index ca6a9534..4e2e03ea 100644
--- a/doc/openstack-ops/ch_ops_log_monitor.xml
+++ b/doc/openstack-ops/ch_ops_log_monitor.xml
@@ -837,10 +837,9 @@ notification_driver=messagingv2
. /root/openrc
-wget https://launchpad.net/cirros/trunk/0.3.0/+download/ \
- cirros-0.3.0-x86_64-disk.img
+wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
glance image-create --name='cirros image' --is-public=true
---container-format=bare --disk-format=qcow2 < cirros-0.3.0-x8
+--container-format=bare --disk-format=qcow2 < cirros-0.3.4-x8
6_64-disk.img
By taking this script and rolling it into an alert for your
diff --git a/doc/openstack-ops/ch_ops_user_facing.xml b/doc/openstack-ops/ch_ops_user_facing.xml
index b66e3851..b9b84ff3 100644
--- a/doc/openstack-ops/ch_ops_user_facing.xml
+++ b/doc/openstack-ops/ch_ops_user_facing.xml
@@ -42,9 +42,9 @@
adding
To add this image, simply do:
- $ wget http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img
+ $ wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
$ glance image-create --name='cirros image' --is-public=true \
- --container-format=bare --disk-format=qcow2 < cirros-0.3.1-x86_64-disk.img
+ --container-format=bare --disk-format=qcow2 < cirros-0.3.4-x86_64-disk.img
The glance image-create
command provides a large set
of options for working with your image. For example, the