summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-06-06 15:48:39 +0100
committerHe Jie Xu <hejie.xu@intel.com>2017-06-07 14:25:58 +0800
commit50e825c8613aaff522fff03904feccb351860e1b (patch)
tree1a05761e07f6700f25e008384843eee1310aa29e /setup.cfg
parentf4e3a8c4f9dc1e85bd967eaf05728a8c8a718099 (diff)
downloadnova-50e825c8613aaff522fff03904feccb351860e1b.tar.gz
use plain routes list for os-virtual-interfaces
This patch adds os-virtual-interfaces 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: I47ccef43e41da0a85bff3da71655c33b6fea4fe4
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 7735bcfac2..8542df3731 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -94,7 +94,6 @@ nova.api.v21.extensions =
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
- virtual_interfaces = nova.api.openstack.compute.virtual_interfaces:VirtualInterfaces
volumes = nova.api.openstack.compute.volumes:Volumes
nova.api.v21.test_extensions =