summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-09-11 00:00:00 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-10-06 00:18:59 -0400
commitabaf711e249c36b5fe75439691609c09fb9ef141 (patch)
treeb2a79739adfa5e2ee7dbf47f311f7608c18f1cdc /doc/source/command-objects
parentbf11960d555278bcb2373797e438347b2b93b575 (diff)
downloadpython-openstackclient-abaf711e249c36b5fe75439691609c09fb9ef141.tar.gz
add support for set/unset of container properties
include docs and commands to set and unset container properties Partial-Bug: #1501945 Change-Id: I8d7e8cf356a2321a37ed940c4e10cae411b94dfd
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/container.rst40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/source/command-objects/container.rst b/doc/source/command-objects/container.rst
index 3372f4d9..3e52d56b 100644
--- a/doc/source/command-objects/container.rst
+++ b/doc/source/command-objects/container.rst
@@ -89,6 +89,26 @@ Save container contents locally
Container to save
+container set
+-------------
+
+Set container properties
+
+.. program:: container set
+.. code:: bash
+
+ os container set
+ [<container>]
+ [--property <key=value> [...] ]
+
+.. describe:: <container>
+
+ Container to modify
+
+.. option:: --property <key=value>
+
+ Set a property on this container (repeat option to set multiple properties)
+
container show
--------------
@@ -103,3 +123,23 @@ Display container details
.. describe:: <container>
Container to display
+
+container unset
+---------------
+
+Unset container properties
+
+.. program:: container unset
+.. code:: bash
+
+ os container unset
+ [<container>]
+ [--property <key>]
+
+.. describe:: <container>
+
+ Container to modify
+
+.. option:: --property <key>
+
+ Property to remove from container (repeat option to remove multiple properties)