Heat and Openstack incomplete documentation

Improve documentation running a heat template with devstack

Change-Id: Ifb6abd30a882d4c5197090c87498781702488b9c
Closes-Bug: #1326089
This commit is contained in:
Andre 2014-06-04 14:06:02 -03:00
parent 846c217d6a
commit 8e20beccce
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Launching a stack
Now lets launch a stack, using an example template from the heat-templates repository::
heat stack-create teststack -u
https://raw.github.com/openstack/heat-templates/master/cfn/F17/WordPress_Single_Instance.template -P "InstanceType=m1.large;DBUsername=wp;DBPassword=verybadpassword;KeyName=heat_key;LinuxDistribution=F17"
http://git.openstack.org/cgit/openstack/heat-templates/plain/hot/F20/WordPress_Native.yaml -P key_name=heat_key -P image_id=Fedora-x86_64-20-20131211.1-sda
Which will respond::