summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorghanshyam <ghanshyammann@gmail.com>2017-05-26 12:44:20 +0300
committerHe Jie Xu <hejie.xu@intel.com>2017-06-07 14:25:58 +0800
commitf41fe082ba1aa4043424bbdc91d5ad67f2b8b9d4 (patch)
tree3cf06d9900c376e4815747cf0a770f143a869b0b /setup.cfg
parent10462fc74462b08f53432b8feb8cafab4a603c9d (diff)
downloadnova-f41fe082ba1aa4043424bbdc91d5ad67f2b8b9d4.tar.gz
Use plain routes list for instance actions endpoint
This patch adds instance actions 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: I1ae0797ac8ca1cd64bb0d92d4c14aa96d4a59d62
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 9bd88c09b8..4b512ea854 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -85,7 +85,6 @@ nova.api.v21.extensions =
images = nova.api.openstack.compute.images:Images
image_metadata = nova.api.openstack.compute.image_metadata:ImageMetadata
image_size = nova.api.openstack.compute.image_size:ImageSize
- instance_actions = nova.api.openstack.compute.instance_actions:InstanceActions
multiple_create = nova.api.openstack.compute.multiple_create:MultipleCreate
networks = nova.api.openstack.compute.networks:Networks
networks_associate = nova.api.openstack.compute.networks_associate:NetworksAssociate