[user-guides] Describe 'heat stack-create --pool'

Add the description about the "--pool" option of
the "heat ctack-create" command.

Change-Id: I7f4aad832030ec89eea805061e52d1674dcdf607
Closes-Bug: 1484787
This commit is contained in:
KATO Tomoyuki 2015-12-27 16:01:11 +09:00
parent 584a7057a6
commit 1eda023c4e

View File

@ -47,6 +47,13 @@ Create a stack from an example template file
| 4c712026-dcd5... | mystack | CREATE_IN_PROGRESS | 2013-04-03T23:22:08Z |
+------------------+---------------+--------------------+----------------------+
.. note::
When you run the :command:`heat stack-create` command with the
:option:`--poll` option, it prints the :command:`heat stack-show`
output first, and then continously prints the events in log format
until the stack completes its action with success or failure.
- You can also use the :command:`template-validate` command to validate a
template file without creating a stack from it.