summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorghanshyam <ghanshyammann@gmail.com>2017-06-19 16:46:27 +0100
committerHe Jie Xu <hejie.xu@intel.com>2017-07-12 17:36:35 +0800
commit53393ca27e5a6e2b9aa137ae5dd813c4870741b4 (patch)
tree35df2e7ea7cc89d75321e799cf85c3de8a65f0db /setup.cfg
parent408fcfd6045dfa60422d0f602989a69163f5f74c (diff)
downloadnova-53393ca27e5a6e2b9aa137ae5dd813c4870741b4.tar.gz
Use plain routes list for os-networks instead of stevedore
This patch adds os-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: I49a424979394d0de7d8eae564468e29ee94b8bfa
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 d16b8100d2..69efe1498c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -77,8 +77,6 @@ nova.api.v21.extensions =
images = nova.api.openstack.compute.images:Images
image_metadata = nova.api.openstack.compute.image_metadata:ImageMetadata
image_size = nova.api.openstack.compute.image_size:ImageSize
- networks = nova.api.openstack.compute.networks:Networks
- networks_associate = nova.api.openstack.compute.networks_associate:NetworksAssociate
security_group_default_rules = nova.api.openstack.compute.security_group_default_rules:SecurityGroupDefaultRules
security_groups = nova.api.openstack.compute.security_groups:SecurityGroups
versions = nova.api.openstack.compute.versionsV21:Versions