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

python-openstackclient is a more modern tool
This commit is contained in:
Sean M. Collins
2017-01-18 16:40:57 -05:00
committed by Andrew Chen
parent 96fb6e2415
commit 011178a5da
@@ -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: