summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorghanshyam <ghanshyammann@gmail.com>2017-06-15 10:41:37 +0300
committerStephen Finucane <sfinucan@redhat.com>2017-06-19 16:44:19 +0100
commite32ce7cf9499f00f477665cca464978e30e9ea2c (patch)
tree2245959ce7cd362ee158fa196bd17cc43cc66ef2 /setup.cfg
parentfacfe2ac42b03f2be46a1e9197a86a057a5219ba (diff)
downloadnova-e32ce7cf9499f00f477665cca464978e30e9ea2c.tar.gz
Use plain routes list for os-tenant-networks instead of stevedore
This patch adds os-tenant-networks 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: I54c03a5ec3311677fc095425b71c2b590ff5c987
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 93e6f1b159..b275d1f54a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -84,7 +84,6 @@ nova.api.v21.extensions =
remote_consoles = nova.api.openstack.compute.remote_consoles:RemoteConsoles
security_group_default_rules = nova.api.openstack.compute.security_group_default_rules:SecurityGroupDefaultRules
security_groups = nova.api.openstack.compute.security_groups:SecurityGroups
- tenant_networks = nova.api.openstack.compute.tenant_networks:TenantNetworks
versions = nova.api.openstack.compute.versionsV21:Versions
volumes = nova.api.openstack.compute.volumes:Volumes