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

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

Bases: horizon.forms.base.SelfHandlingForm

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

Previous topic

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

Next topic

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

This Page