Skip to content

Commit 77689c9

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Rename swift account commands"
2 parents a02e7c8 + ecb69a4 commit 77689c9

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
@@ -332,9 +332,9 @@ openstack.network.v2 =
332332
network_show = openstackclient.network.v2.network:ShowNetwork
333333

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

0 commit comments

Comments
 (0)