[Doc] Fix strategy list optional argument
Optional argument --goal-uuid changed to --goal. This patch fixes it. Change-Id: I79dedc94d6437eda0363da91b5065724e22bc1c8
This commit is contained in:
parent
86f4f6a979
commit
afdfd8161f
@ -93,11 +93,11 @@ following command:
|
|||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
$ watcher strategy list --goal-uuid <your_goal_uuid>
|
$ watcher strategy list --goal <your_goal_uuid_or_name>
|
||||||
|
|
||||||
or::
|
or::
|
||||||
|
|
||||||
$ openstack optimize strategy list --goal-uuid <your_goal_uuid>
|
$ openstack optimize strategy list --goal <your_goal_uuid_or_name>
|
||||||
|
|
||||||
You can use the following command to check strategy details including which
|
You can use the following command to check strategy details including which
|
||||||
parameters of which format it supports:
|
parameters of which format it supports:
|
||||||
|
Loading…
Reference in New Issue
Block a user