summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-05 21:54:15 +0000
committerGerrit Code Review <review@openstack.org>2015-10-05 21:54:15 +0000
commit77689c93a5c4faeba2102979860bcc39e89e6cae (patch)
treebe6d623b7dc06d23d318c47df0b55d50a9c22bc9
parenta02e7c8355fa118f24a6867fbf99b3948009c410 (diff)
parentecb69a47711a0023edaa608cda41b8e908f80985 (diff)
downloadpython-openstackclient-77689c93a5c4faeba2102979860bcc39e89e6cae.tar.gz
Merge "Rename swift account commands"
-rw-r--r--doc/source/command-objects/object-store-account.rst (renamed from doc/source/command-objects/account.rst)30
-rw-r--r--setup.cfg6
2 files changed, 18 insertions, 18 deletions
diff --git a/doc/source/command-objects/account.rst b/doc/source/command-objects/object-store-account.rst
index db4ad9b1..bdc9393e 100644
--- a/doc/source/command-objects/account.rst
+++ b/doc/source/command-objects/object-store-account.rst
@@ -1,43 +1,43 @@
-=======
-account
-=======
+====================
+object store account
+====================
Object Store v1
-account set
------------
+object store account set
+------------------------
Set account properties
-.. program:: account set
+.. program:: object store account set
.. code:: bash
- os account set
+ os object store account set
[--property <key=value> [...] ]
.. option:: --property <key=value>
Set a property on this account (repeat option to set multiple properties)
-account show
-------------
+object store account show
+-------------------------
Display account details
-.. program:: account show
+.. program:: object store account show
.. code:: bash
- os account show
+ os object store account show
-account unset
--------------
+object store account unset
+--------------------------
Unset account properties
-.. program:: account unset
+.. program:: object store account unset
.. code:: bash
- os account unset
+ os object store account unset
[--property <key>]
.. option:: --property <key>
diff --git a/setup.cfg b/setup.cfg
index 6c72bbc7..2498a3d3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -332,9 +332,9 @@ openstack.network.v2 =
network_show = openstackclient.network.v2.network:ShowNetwork
openstack.object_store.v1 =
- account_set = openstackclient.object.v1.account:SetAccount
- account_show = openstackclient.object.v1.account:ShowAccount
- account_unset = openstackclient.object.v1.account:UnsetAccount
+ object_store_account_set = openstackclient.object.v1.account:SetAccount
+ object_store_account_show = openstackclient.object.v1.account:ShowAccount
+ object_store_account_unset = openstackclient.object.v1.account:UnsetAccount
container_create = openstackclient.object.v1.container:CreateContainer
container_delete = openstackclient.object.v1.container:DeleteContainer
container_list = openstackclient.object.v1.container:ListContainer