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

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

Bases: horizon.forms.base.SelfHandlingForm

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

Previous topic

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

Next topic

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

This Page