mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
this patch adds support for creating/updating and removing properties (nee: metadata) for object store accounts. Partial-Bug: #1501943 Change-Id: I3ed70a5d8bd8920fedb79adc60cdc602261d5eef
35 lines
566 B
ReStructuredText
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)
|