The nova.api.openstack.compute.legacy_v2.contrib.disk_config Module

Disk Config extension.

class Disk_config(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Disk Management Extension.

alias = 'OS-DCF'
get_controller_extensions()
name = 'DiskConfig'
namespace = 'http://docs.openstack.org/compute/ext/disk_config/api/v1.1'
updated = '2011-09-27T00:00:00Z'
class ImageDiskConfigController(view_builder=None)

Bases: nova.api.openstack.wsgi.Controller

detail(req, resp_obj)
show(req, resp_obj, id)
wsgi_actions = {}
wsgi_extensions = [('detail', None), ('show', None)]
class ServerDiskConfigController(view_builder=None)

Bases: nova.api.openstack.wsgi.Controller

create(req, body)
detail(req, resp_obj)
show(req, resp_obj, id)
update(req, id, body)
wsgi_actions = {}
wsgi_extensions = [('_action_rebuild', 'rebuild'), ('_action_resize', 'resize'), ('detail', None), ('create', None), ('update', None), ('show', None)]
disk_config_from_api(value)
disk_config_to_api(value)

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.deferred_delete Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.evacuate Module

Project Source

This Page