summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorjichenjc <jichenjc@cn.ibm.com>2017-04-28 11:59:24 +0800
committerHe Jie Xu <hejie.xu@intel.com>2017-06-07 14:25:58 +0800
commit95add6a97be43faab03e1cd09b493df70c133196 (patch)
treedae8fdf972c59e17257e86895b4eef4a7b355893 /setup.cfg
parent50e825c8613aaff522fff03904feccb351860e1b (diff)
downloadnova-95add6a97be43faab03e1cd09b493df70c133196.tar.gz
Use plain routes list for os-services endpoint instead of stevedore
This patch adds os-services 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: Ib145494b9fc3c660176098e4168cf72db507f34d
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 8542df3731..678985871c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -90,7 +90,6 @@ nova.api.v21.extensions =
security_group_default_rules = nova.api.openstack.compute.security_group_default_rules:SecurityGroupDefaultRules
security_groups = nova.api.openstack.compute.security_groups:SecurityGroups
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
user_data = nova.api.openstack.compute.user_data:UserData
versions = nova.api.openstack.compute.versionsV21:Versions