summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengdake <19921207pq@gmail.com>2018-01-08 07:08:18 +0800
committerpengdake <19921207pq@gmail.com>2018-01-24 12:01:27 +0800
commit80a28432d45b01d9fc5f9c18c013cf4bc5a22d3e (patch)
tree3e6315b2350b414f4e2f167748db13ae3c1b042d
parent8dbc4977f1e8a9be77a69bb2ab303f324d336391 (diff)
downloadheat-80a28432d45b01d9fc5f9c18c013cf4bc5a22d3e.tar.gz
Add some steps for "Preparing to create a stack"
The example template need an special image. We need register it before launch stack. Change-Id: I225896b24b9946d3c80dc84b63f810a0cd9ae9af
-rw-r--r--doc/source/getting_started/create_a_stack.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/getting_started/create_a_stack.rst b/doc/source/getting_started/create_a_stack.rst
index 86d5f79ff..0ceb762b2 100644
--- a/doc/source/getting_started/create_a_stack.rst
+++ b/doc/source/getting_started/create_a_stack.rst
@@ -33,6 +33,15 @@ This should return an empty line
Preparing to create a stack
---------------------------
+Download and register the image::
+
+ $ wget http://cloud.fedoraproject.org/fedora-20.x86_64.qcow2
+ $ openstack image create \
+ --disk-format=qcow2 \
+ --container-format=bare \
+ --file=fedora-20.x86_64.qcow2 \
+ fedora-20.x86_64
+
Your cloud will have different flavors and images available for
launching instances, you can discover what is available by running::