summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorghanshyam <ghanshyammann@gmail.com>2017-05-26 13:21:38 +0300
committerHe Jie Xu <hejie.xu@intel.com>2017-06-07 14:25:58 +0800
commitb9a055971e2d2435bbc1766c88c8bb70b9c59475 (patch)
tree03a7f19ce825bc6bb0d67de6cb5b3cc221b6612f /setup.cfg
parentf41fe082ba1aa4043424bbdc91d5ad67f2b8b9d4 (diff)
downloadnova-b9a055971e2d2435bbc1766c88c8bb70b9c59475.tar.gz
Use plain routes list for os-fping endpoint
This patch adds os-fping 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: Id58263258fe3cc28961fb095b4d758eef234ca47
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 4b512ea854..c4c6e748fa 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
- fping = nova.api.openstack.compute.fping:Fping
hosts = nova.api.openstack.compute.hosts:Hosts
hypervisors = nova.api.openstack.compute.hypervisors:Hypervisors
images = nova.api.openstack.compute.images:Images