summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHe Jie Xu <hejie.xu@intel.com>2017-06-28 20:56:09 +0800
committerHe Jie Xu <hejie.xu@intel.com>2017-07-12 20:57:33 +0800
commitd0093c5cc3a4f08b0f2cd418a69f0fb7ecbf66b3 (patch)
tree3dd3ed974d5cd12f2a53c401e587a7061a6bef97 /setup.cfg
parent156fe42d8d151e5b89afe99def666bb9a4431e70 (diff)
downloadnova-d0093c5cc3a4f08b0f2cd418a69f0fb7ecbf66b3.tar.gz
Use plain routes list for images instead of stevedore
This patch adds images 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: I884dbfef8032a34d155a7022037f5690d86ef532
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 69efe1498c..6c02201d5a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -74,9 +74,7 @@ wsgi_scripts =
nova.api.v21.extensions =
baremetal_nodes = nova.api.openstack.compute.baremetal_nodes:BareMetalNodes
extension_info = nova.api.openstack.compute.extension_info:ExtensionInfo
- 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
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