Merge "Fix some small bug in 'cli_create_and_manage_stacks.rst'"
This commit is contained in:
commit
dd2f1cc582
@ -27,7 +27,7 @@ Create a stack from an example template file
|
||||
file <https://git.openstack.org/cgit/openstack/heat-templates>`__, run
|
||||
the following command::
|
||||
|
||||
$ heat stack-create mystack --template-file /PATH_TO_HEAT_TEMPLATES/WordPress_Single_Instance.template
|
||||
$ heat stack-create mystack --template-file /PATH_TO_HEAT_TEMPLATES/WordPress_Single_Instance.template \
|
||||
--parameters "InstanceType=m1.large;DBUsername=USERNAME;DBPassword=PASSWORD;KeyName=HEAT_KEY;LinuxDistribution=F17"
|
||||
|
||||
The :option:`--parameters` values that you specify depend on the parameters
|
||||
|
Loading…
Reference in New Issue
Block a user