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
This commit is contained in:
Stephen Finucane
2017-06-19 16:45:12 +01:00
parent e32ce7cf94
commit e2020996ae
2 changed files with 0 additions and 17 deletions
-1
View File
@@ -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