Merge "Fix F17 CFN link in Getting Started"

This commit is contained in:
Jenkins 2013-10-02 22:33:47 +00:00 committed by Gerrit Code Review
commit 3dbff38ef6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,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/WordPress_Single_Instance.template -P "InstanceType=m1.large;DBUsername=wp;DBPassword=verybadpassword;KeyName=heat_key;LinuxDistribution=F17"
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"
Which will respond::