[OpenStack-Heat] Use openstackclient to list the Heat stack
python-openstackclient is a more modern toolpull/2411/head
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:
|
||||
|
|
Loading…
Reference in New Issue