diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-07-19 20:20:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-07-19 20:20:17 +0000 |
| commit | 93eadf6eb161f0f77c482ae88bb2ed95c355a358 (patch) | |
| tree | d97e36772377f2dbe112c2ecf10cd082abb30f1d /setup.cfg | |
| parent | a243b1afd704f02688008b34cca46d014be98dd1 (diff) | |
| parent | 87104a28d75bd77df8b7ceb44600cd2b3971b4ae (diff) | |
| download | python-openstackclient-93eadf6eb161f0f77c482ae88bb2ed95c355a358.tar.gz | |
Merge "Add quota commands"
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 @@ -205,10 +207,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 |
