openstack-python-openstackc.../doc/source/command-objects/account.rst
Steve Martinelli a4483a0513 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
2015-10-01 18:18:36 -07:00

35 lines
566 B
ReStructuredText

=======
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)