The openstack_dashboard.dashboards.admin.volumes.volume_types.views ModuleΒΆ

Admin views for managing volumes.

class openstack_dashboard.dashboards.admin.volumes.volume_types.views.CreateQosSpecView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateQosSpec

get_success_url()[source]
success_url = 'horizon:admin:volumes:volume_types_tab'
template_name = 'admin/volumes/volume_types/create_qos_spec.html'
class openstack_dashboard.dashboards.admin.volumes.volume_types.views.CreateVolumeTypeView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateVolumeType

get_success_url()[source]
success_url = 'horizon:admin:volumes:volume_types_tab'
template_name = 'admin/volumes/volume_types/create_volume_type.html'
class openstack_dashboard.dashboards.admin.volumes.volume_types.views.EditQosSpecConsumerView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of EditQosSpecConsumer

get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
get_success_url()[source]
success_url = 'horizon:admin:volumes:volume_types_tab'
template_name = 'admin/volumes/volume_types/edit_qos_spec_consumer.html'
class openstack_dashboard.dashboards.admin.volumes.volume_types.views.ManageQosSpecAssociationView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

find_current_qos_spec_association(vol_type_id)[source]
form_class

alias of ManageQosSpecAssociation

get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
get_qos_specs(*args, **kwargs)[source]
get_success_url()[source]
success_url = 'horizon:admin:volumes:volume_types_tab'
template_name = 'admin/volumes/volume_types/associate_qos_spec.html'

Previous topic

The openstack_dashboard.dashboards.admin.volumes.volume_types.urls Module

Next topic

The openstack_dashboard.dashboards.admin.volumes.volume_types.tests Module

This Page