summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorRui Chen <chenrui.momo@gmail.com>2016-03-21 16:29:14 +0800
committerRui Chen <chenrui.momo@gmail.com>2016-03-24 10:33:23 +0800
commit4cbcd02a5787f402a95c84da613d3f8cd7d09312 (patch)
tree1280129ea1798fe1c4fc14d1896f7fc1409b192c /doc/source/command-objects
parent4b4349ee6821f08fb1483d5281d568081649a0d9 (diff)
downloadpython-openstackclient-4cbcd02a5787f402a95c84da613d3f8cd7d09312.tar.gz
Add "aggregate unset" to osc
Support "aggregate unset" command in order to remove the property of aggregate object in OSC. Change-Id: I49645135586362f0fd251f5e4a4c03eff273d9e9 Closes-Bug: #1559866
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/aggregate.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/command-objects/aggregate.rst b/doc/source/command-objects/aggregate.rst
index 6a1dd908..be403179 100644
--- a/doc/source/command-objects/aggregate.rst
+++ b/doc/source/command-objects/aggregate.rst
@@ -150,3 +150,26 @@ Display aggregate details
.. describe:: <aggregate>
Aggregate to display (name or ID)
+
+aggregate unset
+---------------
+
+Unset aggregate properties
+
+.. program:: aggregate unset
+.. code-block:: bash
+
+ os aggregate unset
+ --property <key>
+ [--property <key>] ...
+ <aggregate>
+
+.. option:: --property <key>
+
+ Property to remove from :ref:`\<aggregate\> <aggregate_unset-aggregate>`
+ (repeat option to remove multiple properties)
+
+.. _aggregate_unset-aggregate:
+.. describe:: <aggregate>
+
+ Aggregate to modify (name or ID)