Merge "Update cluster policy binding list command example"

This commit is contained in:
Zuul 2018-03-01 06:35:12 +00:00 committed by Gerrit Code Review
commit 4ea455b280
1 changed files with 5 additions and 5 deletions

View File

@ -69,11 +69,11 @@ for this purpose. For example, the following command filters clusters by the
``is_enabled`` field::
$ openstack cluster policy binding list --filters enabled=True c3
+-----------+-------------+-----------------------+------------+
| policy_id | policy_name | policy_type | is_enabled |
+-----------+-------------+-----------------------+------------+
| 0705f0f4 | up01 | senlin.policy.scaling | True |
+-----------+-------------+-----------------------+------------+
+-----------+-------------+---------------------------+------------+
| policy_id | policy_name | policy_type | is_enabled |
+-----------+-------------+---------------------------+------------+
| 0705f0f4 | up01 | senlin.policy.scaling-1.0 | True |
+-----------+-------------+---------------------------+------------+
The option :option:`--filters` accepts a list of key-value pairs separated by
semicolon (``;``), where each key-value pair is expected to be of format