[OpenStack-Heat] Use openstackclient to list the Heat stack

python-openstackclient is a more modern tool
pull/2411/head
Sean M. Collins 2017-01-18 16:40:57 -05:00 committed by Andrew Chen
parent 96fb6e2415
commit 011178a5da
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ First, set your environment variables:
To get all information about your cluster, use heat:
```sh
heat stack-show $STACK_NAME
openstack stack show $STACK_NAME
```
To see a list of nodes, use nova: