From 8e20becccede321320106663db1986a04fafef1a Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 4 Jun 2014 14:06:02 -0300 Subject: [PATCH] Heat and Openstack incomplete documentation Improve documentation running a heat template with devstack Change-Id: Ifb6abd30a882d4c5197090c87498781702488b9c Closes-Bug: #1326089 --- doc/source/getting_started/on_devstack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/on_devstack.rst b/doc/source/getting_started/on_devstack.rst index 58720342eb..57939f5513 100644 --- a/doc/source/getting_started/on_devstack.rst +++ b/doc/source/getting_started/on_devstack.rst @@ -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::