summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index bbda913d..475e2077 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,6 +33,8 @@ openstack.cli =
openstack.common =
limits_show = openstackclient.common.limits:ShowLimits
+ quota_set = openstackclient.common.quota:SetQuota
+ quota_show = openstackclient.common.quota:ShowQuota
openstack.identity.v2_0 =
ec2_credentials_create = openstackclient.identity.v2_0.ec2creds:CreateEC2Creds
@@ -203,10 +205,6 @@ openstack.compute.v2 =
server_unpause = openstackclient.compute.v2.server:UnpauseServer
openstack.volume.v1 =
- quota_list = openstackclient.volume.v1.quota:ListQuota
- quota_set = openstackclient.volume.v1.quota:SetQuota
- quota_show = openstackclient.volume.v1.quota:ShowQuota
-
snapshot_create = openstackclient.volume.v1.snapshot:CreateSnapshot
snapshot_delete = openstackclient.volume.v1.snapshot:DeleteSnapshot
snapshot_list = openstackclient.volume.v1.snapshot:ListSnapshot