Merge "Modify doc issues about property option of aggregate"

This commit is contained in:
Jenkins 2016-06-16 12:57:38 +00:00 committed by Gerrit Code Review
commit ed38aa6cbc

View File

@ -38,7 +38,7 @@ Create a new aggregate
os aggregate create os aggregate create
[--zone <availability-zone>] [--zone <availability-zone>]
[--property <key=value>] [--property <key=value> [...] ]
<name> <name>
.. option:: --zone <availability-zone> .. option:: --zone <availability-zone>
@ -115,7 +115,7 @@ Set aggregate properties
os aggregate set os aggregate set
[--name <new-name>] [--name <new-name>]
[--zone <availability-zone>] [--zone <availability-zone>]
[--property <key=value>] [--property <key=value> [...] ]
<aggregate> <aggregate>
.. option:: --name <name> .. option:: --name <name>
@ -160,8 +160,7 @@ Unset aggregate properties
.. code-block:: bash .. code-block:: bash
os aggregate unset os aggregate unset
--property <key> [--property <key> [...] ]
[--property <key>] ...
<aggregate> <aggregate>
.. option:: --property <key> .. option:: --property <key>