summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-06-01 11:48:34 +0100
committerHe Jie Xu <hejie.xu@intel.com>2017-06-07 14:25:58 +0800
commit10462fc74462b08f53432b8feb8cafab4a603c9d (patch)
tree109b578c398e91e25c1815c4057237548b382630 /setup.cfg
parent0fc64f0ab663edb2564cba5868113ad6529d078b (diff)
downloadnova-10462fc74462b08f53432b8feb8cafab4a603c9d.tar.gz
Use plain routes list for server ips endpoint
This patch adds server ips 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: I4c0a023ab295cdb0c71ff4800f288946215745ce
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 495dd9ca68..9bd88c09b8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -86,7 +86,6 @@ nova.api.v21.extensions =
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
- ips = nova.api.openstack.compute.ips:IPs
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