The nova.api.openstack.compute.multiple_create Module

class MultipleCreate(extension_info)

Bases: nova.api.openstack.extensions.V21APIExtensionBase

Allow multiple create in the Create Server v2.1 API.

alias = 'os-multiple-create'
get_controller_extensions()
get_resources()
get_server_create_schema(version)
name = 'MultipleCreate'
server_create(server_dict, create_kwargs, body_deprecated_param)
version = 1

Previous topic

The nova.api.openstack.compute.multinic Module

Next topic

The nova.api.openstack.compute.networks Module

Project Source

This Page