diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-08-18 19:48:08 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-08-18 19:48:08 +0000 |
| commit | 5cc4d5b5307c44b71f00d44985b98e54366f8397 (patch) | |
| tree | 4242955612acdae03d54f5dfe38e42aa38332a84 /doc/source/cli/command-objects/object-store-account.rst | |
| parent | 05c66f5bb66c1bd473fa0525909bdfcf2c4a6cc8 (diff) | |
| parent | 4d7b4efeb508f63afbb4b12b9a4506f9fb940d7e (diff) | |
| download | python-openstackclient-5cc4d5b5307c44b71f00d44985b98e54366f8397.tar.gz | |
Merge "auto-generate object docs"
Diffstat (limited to 'doc/source/cli/command-objects/object-store-account.rst')
| -rw-r--r-- | doc/source/cli/command-objects/object-store-account.rst | 46 |
1 files changed, 8 insertions, 38 deletions
diff --git a/doc/source/cli/command-objects/object-store-account.rst b/doc/source/cli/command-objects/object-store-account.rst index e8f09d45..6beb63af 100644 --- a/doc/source/cli/command-objects/object-store-account.rst +++ b/doc/source/cli/command-objects/object-store-account.rst @@ -2,44 +2,14 @@ object store account ==================== -Object Storage v1 +An **object store account** represents the top-level of the hierarchy that +is comprised of **containers** and **objects**. Applies to Object Storage v1. -object store account set ------------------------- +.. autoprogram-cliff:: openstack.object_store.v1 + :command: object store account set -Set account properties +.. autoprogram-cliff:: openstack.object_store.v1 + :command: object store account show -.. program:: object store account set -.. code:: bash - - openstack object store account set - [--property <key=value> [...] ] - -.. option:: --property <key=value> - - Set a property on this account (repeat option to set multiple properties) - -object store account show -------------------------- - -Display account details - -.. program:: object store account show -.. code:: bash - - openstack object store account show - -object store account unset --------------------------- - -Unset account properties - -.. program:: object store account unset -.. code:: bash - - openstack object store account unset - [--property <key>] - -.. option:: --property <key> - - Property to remove from account (repeat option to remove multiple properties) +.. autoprogram-cliff:: openstack.object_store.v1 + :command: object store account unset |
