summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorjichenjc <jichenjc@cn.ibm.com>2017-03-28 14:55:36 +0800
committerjichenjc <jichenjc@cn.ibm.com>2017-05-24 14:29:07 +0800
commit788ea35c9daa38799cbcdaa381d2c33c1e69a7b0 (patch)
treeb8c06aacbb9a6a6116b118ad27bb32d26e048eab /setup.cfg
parent2d6782a1a7a7e360ed14a7de6da78961f13dbf1c (diff)
downloadnova-788ea35c9daa38799cbcdaa381d2c33c1e69a7b0.tar.gz
Use plain routes list for limits endpoint instead of stevedore
This patch adds limits and os-used-limits related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I170a081fe874447fab4eee7c6dc57f8028f7b9a3
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 3dca6a46a3..3faab7c92c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -88,7 +88,6 @@ nova.api.v21.extensions =
image_size = nova.api.openstack.compute.image_size:ImageSize
instance_actions = nova.api.openstack.compute.instance_actions:InstanceActions
ips = nova.api.openstack.compute.ips:IPs
- limits = nova.api.openstack.compute.limits:Limits
multiple_create = nova.api.openstack.compute.multiple_create:MultipleCreate
networks = nova.api.openstack.compute.networks:Networks
networks_associate = nova.api.openstack.compute.networks_associate:NetworksAssociate
@@ -103,7 +102,6 @@ nova.api.v21.extensions =
server_groups = nova.api.openstack.compute.server_groups:ServerGroups
services = nova.api.openstack.compute.services:Services
tenant_networks = nova.api.openstack.compute.tenant_networks:TenantNetworks
- used_limits = nova.api.openstack.compute.used_limits:UsedLimits
user_data = nova.api.openstack.compute.user_data:UserData
versions = nova.api.openstack.compute.versionsV21:Versions
virtual_interfaces = nova.api.openstack.compute.virtual_interfaces:VirtualInterfaces