File tree Expand file tree Collapse file tree
doc/source/command-objects Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- =======
2- account
3- =======
1+ ====================
2+ object store account
3+ ====================
44
55Object Store v1
66
7- account set
8- -----------
7+ object store account set
8+ ------------------------
99
1010Set 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
2525Display 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
3535Unset 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 >
Original file line number Diff line number Diff line change @@ -331,9 +331,9 @@ openstack.network.v2 =
331331 network_show = openstackclient.network.v2.network:ShowNetwork
332332
333333openstack.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
You can’t perform that action at this time.
0 commit comments