summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-18 03:27:22 +0000
committerGerrit Code Review <review@openstack.org>2017-07-18 03:27:22 +0000
commit247f9b8120fb901ec420a59a500db0db9dad445a (patch)
treea555a58a930d4baeb1b341a9f531996d7da958ef /setup.cfg
parentfe5d414295b9f8ccb46fbc633bb675462f6605ec (diff)
parent53393ca27e5a6e2b9aa137ae5dd813c4870741b4 (diff)
downloadnova-247f9b8120fb901ec420a59a500db0db9dad445a.tar.gz
Merge "Use plain routes list for os-networks instead of stevedore"
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 1eb5c56d67..09c4537673 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -79,8 +79,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