Update cluster policy binding list command example

Update output information for command example.

Change-Id: I2ef119af24e16cb71857af7d8bab8d45bec912ba
Signed-off-by: blkart <blkart.org@gmail.com>
This commit is contained in:
blkart 2018-02-26 16:16:19 +08:00
parent 54a0db4c2e
commit 3cf33082a0
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