python-openstackclient/doc/source/command-objects/object-store-account.rst
Kevin_Zheng 847da51dea change os in command example to openstack(2)
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
2016-12-20 09:18:55 +08:00

899 B

object store account

Object Storage v1

object store account set

Set account properties

object store account set

openstack object store account set
    [--property <key=value> [...] ]

--property <key=value>

Set a property on this account (repeat option to set multiple properties)

object store account show

Display account details

object store account show

openstack object store account show

object store account unset

Unset account properties

object store account unset

openstack object store account unset
    [--property <key>]

--property <key>

Property to remove from account (repeat option to remove multiple properties)