Skip to content

Commit ecb69a4

Browse files
Steve Martinellilin-hua-cheng
authored andcommitted
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
1 parent 4733fd0 commit ecb69a4

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

doc/source/command-objects/account.rst renamed to doc/source/command-objects/object-store-account.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
=======
2-
account
3-
=======
1+
====================
2+
object store account
3+
====================
44

55
Object Store v1
66

7-
account set
8-
-----------
7+
object store account set
8+
------------------------
99

1010
Set account properties
1111

12-
.. program:: account set
12+
.. program:: object store account set
1313
.. code:: bash
1414
15-
os account set
15+
os object store account set
1616
[--property <key=value> [...] ]
1717
1818
.. option:: --property <key=value>
1919

2020
Set a property on this account (repeat option to set multiple properties)
2121

22-
account show
23-
------------
22+
object store account show
23+
-------------------------
2424

2525
Display account details
2626

27-
.. program:: account show
27+
.. program:: object store account show
2828
.. code:: bash
2929
30-
os account show
30+
os object store account show
3131
32-
account unset
33-
-------------
32+
object store account unset
33+
--------------------------
3434

3535
Unset account properties
3636

37-
.. program:: account unset
37+
.. program:: object store account unset
3838
.. code:: bash
3939
40-
os account unset
40+
os object store account unset
4141
[--property <key>]
4242
4343
.. option:: --property <key>

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ openstack.network.v2 =
331331
network_show = openstackclient.network.v2.network:ShowNetwork
332332

333333
openstack.object_store.v1 =
334-
account_set = openstackclient.object.v1.account:SetAccount
335-
account_show = openstackclient.object.v1.account:ShowAccount
336-
account_unset = openstackclient.object.v1.account:UnsetAccount
334+
object_store_account_set = openstackclient.object.v1.account:SetAccount
335+
object_store_account_show = openstackclient.object.v1.account:ShowAccount
336+
object_store_account_unset = openstackclient.object.v1.account:UnsetAccount
337337
container_create = openstackclient.object.v1.container:CreateContainer
338338
container_delete = openstackclient.object.v1.container:DeleteContainer
339339
container_list = openstackclient.object.v1.container:ListContainer

0 commit comments

Comments
 (0)