summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-09-10 01:45:33 -0500
committerlin-hua-cheng <os.lcheng@gmail.com>2015-10-01 18:18:36 -0700
commita4483a05137bbd3ed416b6a61687315095ccced7 (patch)
treeab7fb0cc99feb811972d726088f53cb1122e72c8 /doc/source/command-objects
parent0daa0969392dce50266d8dcac31a68d2ba02602f (diff)
downloadpython-openstackclient-a4483a05137bbd3ed416b6a61687315095ccced7.tar.gz
Add support for updating swift account properties
this patch adds support for creating/updating and removing properties (nee: metadata) for object store accounts. Partial-Bug: #1501943 Change-Id: I3ed70a5d8bd8920fedb79adc60cdc602261d5eef
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/account.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/source/command-objects/account.rst b/doc/source/command-objects/account.rst
new file mode 100644
index 00000000..6783fd6b
--- /dev/null
+++ b/doc/source/command-objects/account.rst
@@ -0,0 +1,35 @@
+=======
+account
+=======
+
+Object Store v1
+
+account set
+-----------
+
+Set account properties
+
+.. program:: account set
+.. code:: bash
+
+ os account set
+ [--property <key=value> [...] ]
+
+.. option:: --property <key=value>
+
+ Set a property on this account (repeat option to set multiple properties)
+
+account unset
+-------------
+
+Unset account properties
+
+.. program:: account unset
+.. code:: bash
+
+ os account unset
+ [--property <key>]
+
+.. option:: --property <key>
+
+ Property to remove from account (repeat option to remove multiple properties)