From a4483a05137bbd3ed416b6a61687315095ccced7 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 10 Sep 2015 01:45:33 -0500 Subject: 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 --- doc/source/command-objects/account.rst | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/source/command-objects/account.rst (limited to 'doc/source/command-objects') 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 [...] ] + +.. option:: --property + + 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 ] + +.. option:: --property + + Property to remove from account (repeat option to remove multiple properties) -- cgit v1.2.1