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

class openstack_dashboard.dashboards.admin.volumes.volume_types.forms.EditQosSpecConsumer(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('consumer_choice', <django.forms.fields.ChoiceField object at 0x7fad676bb1d0>)])
clean_consumer_choice()[source]
declared_fields = OrderedDict([('consumer_choice', <django.forms.fields.ChoiceField object at 0x7fad676bb1d0>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.volumes.volume_types.forms.ManageQosSpecAssociation(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('qos_spec_choice', <django.forms.fields.ChoiceField object at 0x7fad676bb750>)])
clean_qos_spec_choice()[source]
declared_fields = OrderedDict([('qos_spec_choice', <django.forms.fields.ChoiceField object at 0x7fad676bb750>)])
handle(request, data)[source]
media
populate_qos_spec_choices()[source]

Previous topic

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

Next topic

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

This Page