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
= [('show', None), ('create', None), ('detail', None), ('update', None), ('_action_rebuild', 'rebuild'), ('_action_resize', 'resize')]¶
-
-
disk_config_from_api
(value)¶
-
disk_config_to_api
(value)¶