Skip to content

Commit 011178a

Browse files
sc68calchenopis
authored andcommitted
[OpenStack-Heat] Use openstackclient to list the Heat stack
python-openstackclient is a more modern tool
1 parent 96fb6e2 commit 011178a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started-guides/openstack-heat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ First, set your environment variables:
183183
To get all information about your cluster, use heat:
184184

185185
```sh
186-
heat stack-show $STACK_NAME
186+
openstack stack show $STACK_NAME
187187
```
188188

189189
To see a list of nodes, use nova:

0 commit comments

Comments
 (0)