summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSindhu Devale <sindhu.devale@intel.com>2016-09-29 15:32:51 -0500
committerSindhu Devale <sindhu.devale@intel.com>2017-03-10 14:59:47 +0000
commit58591d3c37c0265d8775f881271ba4d987e5ffb6 (patch)
tree493ebc94d0f711e2dc1150a8ed28ba713c4612c2 /setup.cfg
parent35c308ebadc23929f96eb74ab59091b7e691f09e (diff)
downloadpython-openstackclient-58591d3c37c0265d8775f881271ba4d987e5ffb6.tar.gz
OSC Quota List
Implement Neutron feature of Quota List into OpenStack Client. Change-Id: Idf941acf8d00b136776b7381b877c56d82622f57 Partially-Implements: blueprint neutron-client-quota
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index aa81559e..f6d1c453 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,6 +47,7 @@ openstack.common =
configuration_show = openstackclient.common.configuration:ShowConfiguration
extension_list = openstackclient.common.extension:ListExtension
limits_show = openstackclient.common.limits:ShowLimits
+ quota_list = openstackclient.common.quota:ListQuota
quota_set = openstackclient.common.quota:SetQuota
quota_show = openstackclient.common.quota:ShowQuota