summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-10-01 18:43:04 -0400
committerlin-hua-cheng <os.lcheng@gmail.com>2015-10-01 21:20:05 -0700
commitecb69a47711a0023edaa608cda41b8e908f80985 (patch)
treeb68d45603dd6d61dc624ceb036b51819874f9eae
parent4733fd0d3cd328a8abbd62cbfabd973b0986c58c (diff)
downloadpython-openstackclient-ecb69a47711a0023edaa608cda41b8e908f80985.tar.gz
Rename swift account commands
rename `os account` to `os object store account` Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> Closes-Bug: #1501943 Change-Id: I54fdcea7a48df16f20e17605110f8d33a20f713c
-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 c8432707..f40270c2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -331,9 +331,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