Merge "Adding more information in dev-quickstart.rst"

This commit is contained in:
Jenkins 2015-08-21 17:09:07 +00:00 committed by Gerrit Code Review
commit f4c3f0540d
1 changed files with 6 additions and 0 deletions

View File

@ -229,8 +229,14 @@ nodes that are deleted.
Heat can be used to see detailed information on the status of a stack or
specific bay::
To check the list of all bay stacks::
heat stack-list
To check an indvidual bay's stack::
heat stack-show <stack-name or stack_id>
Monitoring bay status in detail (e.g., creating, updating)::
BAY_HEAT_NAME=$(heat stack-list | awk "/\sk8sbay-/{print \$4}")