Merge "Rename swift account commands"

This commit is contained in:
Jenkins 2015-10-05 21:54:15 +00:00 committed by Gerrit Code Review
commit 77689c93a5
2 changed files with 18 additions and 18 deletions
doc/source/command-objects
setup.cfg

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

@ -332,9 +332,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