summaryrefslogtreecommitdiff
path: root/hot/software-config/example-templates/cirros-example/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'hot/software-config/example-templates/cirros-example/README.rst')
-rw-r--r--hot/software-config/example-templates/cirros-example/README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/hot/software-config/example-templates/cirros-example/README.rst b/hot/software-config/example-templates/cirros-example/README.rst
index 2463c84..e2bbc34 100644
--- a/hot/software-config/example-templates/cirros-example/README.rst
+++ b/hot/software-config/example-templates/cirros-example/README.rst
@@ -14,8 +14,8 @@ modified image to glance:
1. wget http://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img
2. virt-copy-in -a cirros-0.3.2-x86_64-disk.img init.d/heat-deploy-hook /etc/init.d
3. virt-copy-in -a cirros-0.3.2-x86_64-disk.img rc3.d/S99-heat-deploy-hook /etc/rc3.d
-4. glance image-create --name cirros-0.3.2-sc --disk-format=qcow2 --container-format=bare < cirros-0.3.2-x86_64-disk.img
-5. heat stack-create sc1 -f cirros-hello-world.yaml -P "image=cirros-0.3.2-sc"
+4. openstack image create cirros-0.3.2-sc --disk-format=qcow2 --container-format=bare < cirros-0.3.2-x86_64-disk.img
+5. openstack stack create sc1 -t cirros-hello-world.yaml --parameter "image=cirros-0.3.2-sc"
*NOTE*: The hook script is very basic and has a number of TODO items related to
security and functionality - please don't use it for "real" deployments, it's