[OpenStack-Heat] Use openstackclient to list the Heat stack
python-openstackclient is a more modern toolreviewable/pr2411/r1
parent
96fb6e2415
commit
011178a5da
|
@ -183,7 +183,7 @@ First, set your environment variables:
|
||||||
To get all information about your cluster, use heat:
|
To get all information about your cluster, use heat:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
heat stack-show $STACK_NAME
|
openstack stack show $STACK_NAME
|
||||||
```
|
```
|
||||||
|
|
||||||
To see a list of nodes, use nova:
|
To see a list of nodes, use nova:
|
||||||
|
|
Loading…
Reference in New Issue