Fix wrong order of command
In Measure cloud resources page, heat resource-list command is wrong order. Correct order is heat resource-list "stack_name". Change-Id: I95724a12afbd5d48a504d8b097cc6959e49d5198 Closes-bug: #1546570
This commit is contained in:
parent
3e3378a0c5
commit
2db2f200b3
@ -75,7 +75,7 @@ stack and the :command:`ceilometer` client to measure resources.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ heat mystack resource-list
|
||||
$ heat resource-list mystack
|
||||
|
||||
+--------------------------+-----------------------------------------+----------------+----------------------+
|
||||
| resource_name | resource_type |resource_status | updated_time |
|
||||
|
Loading…
Reference in New Issue
Block a user