summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index c8432707..f40270c2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -331,9 +331,9 @@ openstack.network.v2 =
network_show = openstackclient.network.v2.network:ShowNetwork
openstack.object_store.v1 =
- account_set = openstackclient.object.v1.account:SetAccount
- account_show = openstackclient.object.v1.account:ShowAccount
- account_unset = openstackclient.object.v1.account:UnsetAccount
+ object_store_account_set = openstackclient.object.v1.account:SetAccount
+ object_store_account_show = openstackclient.object.v1.account:ShowAccount
+ object_store_account_unset = openstackclient.object.v1.account:UnsetAccount
container_create = openstackclient.object.v1.container:CreateContainer
container_delete = openstackclient.object.v1.container:DeleteContainer
container_list = openstackclient.object.v1.container:ListContainer