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

Config Drive extension.

class Config_drive(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Config Drive Extension.

alias = 'os-config-drive'
get_controller_extensions()
name = 'ConfigDrive'
namespace = 'http://docs.openstack.org/compute/ext/config_drive/api/v1.1'
updated = '2012-07-16T00:00:00Z'
class Controller(ext_mgr=None, **kwargs)

Bases: nova.api.openstack.compute.legacy_v2.servers.Controller

detail(req, resp_obj)
show(req, resp_obj, id)
wsgi_actions = {'reboot': '_action_reboot', 'changePassword': '_action_change_password', 'resize': '_action_resize', 'rebuild': '_action_rebuild', 'createImage': '_action_create_image', 'revertResize': '_action_revert_resize', 'confirmResize': '_action_confirm_resize'}
wsgi_extensions = [('detail', None), ('show', None)]

Previous topic

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

Next topic

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

Project Source

This Page