From a5d605151b994762237fa833f3de6e59d0449092 Mon Sep 17 00:00:00 2001 From: jichenjc Date: Fri, 28 Apr 2017 21:48:23 +0800 Subject: [PATCH] Use plain routes list for os-quota-sets endpoint instead of stevedore This patch adds os-quota-sets 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: I2b9b3f2acef09e553245ce6ebac18f26269d81d0 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4267a3e36..5f15c51e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -94,7 +94,6 @@ nova.api.v21.extensions = networks = nova.api.openstack.compute.networks:Networks networks_associate = nova.api.openstack.compute.networks_associate:NetworksAssociate quota_classes = nova.api.openstack.compute.quota_classes:QuotaClasses - quota_sets = nova.api.openstack.compute.quota_sets:QuotaSets remote_consoles = nova.api.openstack.compute.remote_consoles:RemoteConsoles security_group_default_rules = nova.api.openstack.compute.security_group_default_rules:SecurityGroupDefaultRules security_groups = nova.api.openstack.compute.security_groups:SecurityGroups