summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2013-07-09 17:10:33 -0500
committerDean Troyer <dtroyer@gmail.com>2013-07-12 12:13:27 -0500
commit75dcdb0c6637afe5c14e5c60f7719182bda7ab4a (patch)
treeca8776cae8371d6d102fac703b87e106affea209 /setup.cfg
parentf0d3bf85d8102b9bdfe83852588f9bdc895f32c6 (diff)
downloadpython-openstackclient-75dcdb0c6637afe5c14e5c60f7719182bda7ab4a.tar.gz
Add show limits command
* This is a combination of the compute and volume API limits as they are very similar. As such, the command lives in a new command group 'openstack.common' that is unversioned. * Implements 'limits show [--absolute|--rate] Updated for https://review.openstack.org/#/c/36772/ Bug: 1172057 Change-Id: I2bd181cd0d098f7143360ae67944c2f221379af5
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2068a92a..1e7911bd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,6 +31,9 @@ console_scripts =
openstack.cli =
+openstack.common =
+ limits_show = openstackclient.common.limits:ShowLimits
+
openstack.identity.v2_0 =
ec2_credentials_create = openstackclient.identity.v2_0.ec2creds:CreateEC2Creds
ec2_credentials_delete = openstackclient.identity.v2_0.ec2creds:DeleteEC2Creds