summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorjichenjc <jichenjc@cn.ibm.com>2017-05-28 11:39:27 +0800
committerGhanshyam Mann <ghanshyammann@gmail.com>2017-07-04 00:07:40 +0000
commit408fcfd6045dfa60422d0f602989a69163f5f74c (patch)
tree3be7a953fcc4088db3d66e8f159c75d454e37c87 /setup.cfg
parent7c73d39df624199bef493a9f7bb002c7ff028ab0 (diff)
downloadnova-408fcfd6045dfa60422d0f602989a69163f5f74c.tar.gz
Use plain routes list for os-cells endpoint instead of stevedore
This patch adds os-cells 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: Iec6e720b4e225251ce06ddfecb316569f9260913
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 dacce26d2d..d16b8100d2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -73,7 +73,6 @@ wsgi_scripts =
nova.api.v21.extensions =
baremetal_nodes = nova.api.openstack.compute.baremetal_nodes:BareMetalNodes
- cells = nova.api.openstack.compute.cells:Cells
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