summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHe Jie Xu <hejie.xu@intel.com>2017-06-29 20:27:31 +0800
committerHe Jie Xu <hejie.xu@intel.com>2017-07-12 20:58:26 +0800
commitc4a95099ab8cb125ab5f31b99c47c1bf68317782 (patch)
tree32da621eb618ef70398a080a21045fa2f951ffac /setup.cfg
parent75136bb5cdf5e65bfa8bd3ecf55a70e8afa7232a (diff)
downloadnova-c4a95099ab8cb125ab5f31b99c47c1bf68317782.tar.gz
Use plain routes list for os-security-group-rules instead of stevedore
This patch adds os-security-group-rules 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. The API sample tests are missed for os-security-group-rules API, this patch adds them to ensure the route working correctly. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I2d3ac79fdb0314014f4b8b69a9c5f27a922d9046
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 f7cdfe658f..5370fe9e77 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -75,7 +75,6 @@ nova.api.v21.extensions =
baremetal_nodes = nova.api.openstack.compute.baremetal_nodes:BareMetalNodes
extension_info = nova.api.openstack.compute.extension_info:ExtensionInfo
security_group_default_rules = nova.api.openstack.compute.security_group_default_rules:SecurityGroupDefaultRules
- security_groups = nova.api.openstack.compute.security_groups:SecurityGroups
versions = nova.api.openstack.compute.versionsV21:Versions
volumes = nova.api.openstack.compute.volumes:Volumes