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 = OrderedDict([('key', <django.forms.fields.CharField object at 0x7faf85562450>), ('value', <django.forms.fields.CharField object at 0x7faf85562650>)])
declared_fields = OrderedDict([('key', <django.forms.fields.CharField object at 0x7faf85562450>), ('value', <django.forms.fields.CharField object at 0x7faf85562650>)])
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 = OrderedDict([('value', <django.forms.fields.CharField object at 0x7faf85562910>)])
declared_fields = OrderedDict([('value', <django.forms.fields.CharField object at 0x7faf85562910>)])
handle(request, data)[source]
media

Previous topic

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

Next topic

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

Project Source

This Page