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
This commit is contained in:
Steve Martinelli 2015-10-01 18:43:04 -04:00 committed by lin-hua-cheng
parent 4733fd0d3c
commit ecb69a4771
2 changed files with 18 additions and 18 deletions

View File

@ -1,43 +1,43 @@
======= ====================
account object store account
======= ====================
Object Store v1 Object Store v1
account set object store account set
----------- ------------------------
Set account properties Set account properties
.. program:: account set .. program:: object store account set
.. code:: bash .. code:: bash
os account set os object store account set
[--property <key=value> [...] ] [--property <key=value> [...] ]
.. option:: --property <key=value> .. option:: --property <key=value>
Set a property on this account (repeat option to set multiple properties) Set a property on this account (repeat option to set multiple properties)
account show object store account show
------------ -------------------------
Display account details Display account details
.. program:: account show .. program:: object store account show
.. code:: bash .. code:: bash
os account show os object store account show
account unset object store account unset
------------- --------------------------
Unset account properties Unset account properties
.. program:: account unset .. program:: object store account unset
.. code:: bash .. code:: bash
os account unset os object store account unset
[--property <key>] [--property <key>]
.. option:: --property <key> .. option:: --property <key>

View File

@ -331,9 +331,9 @@ openstack.network.v2 =
network_show = openstackclient.network.v2.network:ShowNetwork network_show = openstackclient.network.v2.network:ShowNetwork
openstack.object_store.v1 = openstack.object_store.v1 =
account_set = openstackclient.object.v1.account:SetAccount object_store_account_set = openstackclient.object.v1.account:SetAccount
account_show = openstackclient.object.v1.account:ShowAccount object_store_account_show = openstackclient.object.v1.account:ShowAccount
account_unset = openstackclient.object.v1.account:UnsetAccount object_store_account_unset = openstackclient.object.v1.account:UnsetAccount
container_create = openstackclient.object.v1.container:CreateContainer container_create = openstackclient.object.v1.container:CreateContainer
container_delete = openstackclient.object.v1.container:DeleteContainer container_delete = openstackclient.object.v1.container:DeleteContainer
container_list = openstackclient.object.v1.container:ListContainer container_list = openstackclient.object.v1.container:ListContainer