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
This commit is contained in:
pengdake 2018-01-08 07:08:18 +08:00
parent 8dbc4977f1
commit 80a28432d4
1 changed files with 9 additions and 0 deletions

View File

@ -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::