diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-09-29 19:22:31 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-09-29 19:22:31 +0000 |
| commit | 15069ef50e609dca769d6a50f6af92b2c8211238 (patch) | |
| tree | ffb7792602125e4a51d454951322c3961d7affc2 /doc/source/command-objects | |
| parent | 2026dee17e7b6b8d738345fd27dc905efb6561f1 (diff) | |
| parent | 63715569160785ffeac05e34b604136440a9f865 (diff) | |
| download | python-openstackclient-15069ef50e609dca769d6a50f6af92b2c8211238.tar.gz | |
Merge "Support "--no" option in aggregate set"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/aggregate.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/command-objects/aggregate.rst b/doc/source/command-objects/aggregate.rst index 25c7041a..642942d4 100644 --- a/doc/source/command-objects/aggregate.rst +++ b/doc/source/command-objects/aggregate.rst @@ -116,6 +116,7 @@ Set aggregate properties [--name <new-name>] [--zone <availability-zone>] [--property <key=value> [...] ] + [--no-property] <aggregate> .. option:: --name <name> @@ -131,6 +132,12 @@ Set aggregate properties Property to set on :ref:`\<aggregate\> <aggregate_set-aggregate>` (repeat option to set multiple properties) +.. option:: --no-property + + Remove all properties from :ref:`\<aggregate\> <aggregate_set-aggregate>` + (specify both --property and --no-property to + overwrite the current properties) + .. _aggregate_set-aggregate: .. describe:: <aggregate> |
