diff options
| author | Steve Martinelli <s.martinelli@gmail.com> | 2017-08-17 16:46:31 -0400 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2017-08-17 16:46:31 -0400 |
| commit | 4d7b4efeb508f63afbb4b12b9a4506f9fb940d7e (patch) | |
| tree | def5e3a6990928294a07cea1ddad603681d3eb37 /doc/source/cli/command-objects/object-store-account.rst | |
| parent | 53bea90a75774cb7468884da43b55381b491dc46 (diff) | |
| download | python-openstackclient-4d7b4efeb508f63afbb4b12b9a4506f9fb940d7e.tar.gz | |
auto-generate object docs
Change-Id: I832eade2ddab754664e5f57b9764e524e655e616
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 |
