VolumeActionsController
(*args, **kwargs)¶Bases: cinder.api.openstack.wsgi.Controller
wsgi_actions
= {'os-attach': '_attach', 'os-begin_detaching': '_begin_detaching', 'os-detach': '_detach', 'os-extend': '_extend', 'os-initialize_connection': '_initialize_connection', 'os-reserve': '_reserve', 'os-retype': '_retype', 'os-roll_detaching': '_roll_detaching', 'os-set_bootable': '_set_bootable', 'os-terminate_connection': '_terminate_connection', 'os-unreserve': '_unreserve', 'os-update_readonly_flag': '_volume_readonly_update', 'os-volume_upload_image': '_volume_upload_image'}¶wsgi_extensions
= []¶Volume_actions
(ext_mgr)¶Bases: cinder.api.extensions.ExtensionDescriptor
Enable volume actions.
alias
= 'os-volume-actions'¶get_controller_extensions
()¶List of extensions.ControllerExtension extension objects.
Controller extensions are used to extend existing controllers.
name
= 'VolumeActions'¶updated
= '2012-05-31T00:00:00+00:00'¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.