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

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

Bases: horizon.forms.base.SelfHandlingForm

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

Bases: horizon.forms.base.SelfHandlingForm

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

Previous topic

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

Next topic

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

This Page