summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-06-19 16:45:12 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-06-19 16:49:34 +0100
commite2020996ae1c5645d5a06924d9b2f102501178a0 (patch)
treea92206eae70c514189677602b80e9fe6feb49283 /setup.cfg
parente32ce7cf9499f00f477665cca464978e30e9ea2c (diff)
downloadnova-e2020996ae1c5645d5a06924d9b2f102501178a0.tar.gz
Remove multiple create from stevedore
The stevedore will be removed from the nova API code. And the extension info API already is implemented by a hard-code list. So this multiple create extension entry is useless anymore. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I57caf68d62393b32f800300d4504dd726c3a37c4
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 b275d1f54a..b77cd2e3ac 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -78,7 +78,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
- 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
remote_consoles = nova.api.openstack.compute.remote_consoles:RemoteConsoles