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

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

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'key': <django.forms.fields.CharField object at 0x2b77f9943690>, 'value': <django.forms.fields.CharField object at 0x2b77f9943390>}
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.forms.EditKeyValuePair(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'value': <django.forms.fields.CharField object at 0x2b77f9943790>}
handle(request, data)[source]
media

Previous topic

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

Next topic

The openstack_dashboard.dashboards.admin.volumes.volume_types.extras.views Module

This Page