Steve Martinelli 4733fd0d3c Add support for showing account details
add the command `openstack account show` that lists details
about the object store account that the user authenticated
against.

Partial-Bug: #1501943

Change-Id: I1246dafee812b63a41d43be4e3598224364a2c11
2015-10-02 01:20:06 +00:00

46 lines
681 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 show
------------
Display account details
.. program:: account show
.. code:: bash
os account show
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)