summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorjichenjc <jichenjc@cn.ibm.com>2017-03-28 23:54:16 +0800
committerHe Jie Xu <hejie.xu@intel.com>2017-06-07 14:25:58 +0800
commit1f7f4fceef3133410ebb8405eb772a26267a8167 (patch)
treef36e7d8a46850bdaaa5f8bb9eb96b9e2855b99c8 /setup.cfg
parentb9a055971e2d2435bbc1766c88c8bb70b9c59475 (diff)
downloadnova-1f7f4fceef3133410ebb8405eb772a26267a8167.tar.gz
Use plain routes list for hosts endpoint instead of stevedore
This patch adds hosts 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: I1a205faab6f34158744436e79ae2ed9f80132b58
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 c4c6e748fa..eee9991e69 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -79,7 +79,6 @@ nova.api.v21.extensions =
console_auth_tokens = nova.api.openstack.compute.console_auth_tokens:ConsoleAuthTokens
consoles = nova.api.openstack.compute.consoles:Consoles
extension_info = nova.api.openstack.compute.extension_info:ExtensionInfo
- hosts = nova.api.openstack.compute.hosts:Hosts
hypervisors = nova.api.openstack.compute.hypervisors:Hypervisors
images = nova.api.openstack.compute.images:Images
image_metadata = nova.api.openstack.compute.image_metadata:ImageMetadata