summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2013-08-20 14:17:46 +0930
committerHe Jie Xu <xuhj@linux.vnet.ibm.com>2013-11-15 10:59:45 +0800
commit7af1f66363509e4196a4cc4ed3885dc73639c4be (patch)
tree415b25dda8a7c387dd8d20a03962885b9e6753b7 /setup.cfg
parent79d0ce6171d81871d3a190d5d63250ce290f73fc (diff)
downloadnova-7af1f66363509e4196a4cc4ed3885dc73639c4be.tar.gz
Remove used_limits extension from the V3 API
Remove the used_limits extension from the V3 API because it shows usage for limits which are no longer going to be displayed by the limits extension. See https://review.openstack.org/#/c/39872/ The limits are not being displayed there because they are already available through the quotas extension. Although the quotas extension currently only displays the quota limit and not usage, the following proposed changeset adds display of usage: https://review.openstack.org/#/c/32303/. And this is done in a way which is much more consistent in terms of naming and interface than used_limits does. So we no longer need the used_limits extension Partially implements blueprint nova-v3-api Change-Id: I8ec1f300335ca4fc3b86323cc3af6bc1591da7bb
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 55b417394c..19ae1b8e27 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -108,7 +108,6 @@ nova.api.v3.extensions =
services = nova.api.openstack.compute.plugins.v3.services:Services
shelve = nova.api.openstack.compute.plugins.v3.shelve:Shelve
simple_tenant_usage = nova.api.openstack.compute.plugins.v3.simple_tenant_usage:SimpleTenantUsage
- used_limits = nova.api.openstack.compute.plugins.v3.used_limits:UsedLimits
versions = nova.api.openstack.compute.plugins.v3.versions:Versions
nova.api.v3.extensions.server.create =