The nova.api.openstack.compute.block_device_mapping_v1 Module

The legacy block device mappings extension.

class BlockDeviceMappingV1(extension_info)

Bases: nova.api.openstack.extensions.V21APIExtensionBase

Block device mapping boot support.

alias = 'os-block-device-mapping-v1'
get_controller_extensions()
get_resources()
get_server_create_schema(version)
name = 'BlockDeviceMappingV1'
server_create(server_dict, create_kwargs, body_deprecated_param)
version = 1

Previous topic

The nova.api.openstack.compute.block_device_mapping Module

Next topic

The nova.api.openstack.compute.cells Module

Project Source

This Page