summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorjichenjc <jichenjc@cn.ibm.com>2017-04-28 12:12:27 +0800
committerjichenjc <jichenjc@cn.ibm.com>2017-04-29 14:34:13 +0800
commit0150eac1a071ce600ad338988a9f0dc19cd8843a (patch)
tree57d61c4446f624b152b6bea3ece7710725a4a3eb /setup.cfg
parenta331c3222f82a2b1036dc307efc78480498ddad5 (diff)
downloadnova-0150eac1a071ce600ad338988a9f0dc19cd8843a.tar.gz
use plain routes list for os-simple-tenant-usage
This patch adds os-simple-tenant-usage 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: I3c8832f82c3e4137be564ee97b4de28a6e836f18
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 2f620e0e92..f74a833f60 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -112,7 +112,6 @@ nova.api.v21.extensions =
server_tags = nova.api.openstack.compute.server_tags:ServerTags
server_groups = nova.api.openstack.compute.server_groups:ServerGroups
services = nova.api.openstack.compute.services:Services
- simple_tenant_usage = nova.api.openstack.compute.simple_tenant_usage:SimpleTenantUsage
tenant_networks = nova.api.openstack.compute.tenant_networks:TenantNetworks
used_limits = nova.api.openstack.compute.used_limits:UsedLimits
user_data = nova.api.openstack.compute.user_data:UserData