The cinder.api.contrib.volume_actions Module¶
- 
class VolumeActionsController(*args, **kwargs)¶
- Bases: - cinder.api.openstack.wsgi.Controller- 
wsgi_actions= {'os-reserve': '_reserve', 'os-roll_detaching': '_roll_detaching', 'os-terminate_connection': '_terminate_connection', 'os-set_bootable': '_set_bootable', 'os-unreserve': '_unreserve', 'os-detach': '_detach', 'os-retype': '_retype', 'os-volume_upload_image': '_volume_upload_image', 'os-update_readonly_flag': '_volume_readonly_update', 'os-begin_detaching': '_begin_detaching', 'os-extend': '_extend', 'os-initialize_connection': '_initialize_connection', 'os-attach': '_attach'}¶
 - 
wsgi_extensions= []¶
 
- 
- 
class Volume_actions(ext_mgr)¶
- Bases: - cinder.api.extensions.ExtensionDescriptor- Enable volume actions. - 
alias= 'os-volume-actions'¶
 - 
get_controller_extensions()¶
 - 
name= 'VolumeActions'¶
 - 
updated= '2012-05-31T00:00:00+00:00'¶
 
-