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

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

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'name': <django.forms.fields.CharField object at 0x2b665fc53710>, 'consumer': <django.forms.fields.ChoiceField object at 0x2b665fc53a50>}
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.volumes.volumes.forms.CreateVolumeType(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'name': <django.forms.fields.CharField object at 0x2b665fc53f10>}
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.volumes.volumes.forms.ManageVolume(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'identifier': <django.forms.fields.CharField object at 0x2b665f740790>, 'id_type': <django.forms.fields.ChoiceField object at 0x2b665f740510>, 'host': <django.forms.fields.CharField object at 0x2b665f740710>, 'name': <django.forms.fields.CharField object at 0x2b665f740050>, 'description': <django.forms.fields.CharField object at 0x2b665f740390>, 'metadata': <django.forms.fields.CharField object at 0x2b665f740810>, 'volume_type': <django.forms.fields.ChoiceField object at 0x2b665f740110>, 'availability_zone': <django.forms.fields.ChoiceField object at 0x2b665f740190>, 'bootable': <django.forms.fields.BooleanField object at 0x2b665fc530d0>}
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.volumes.volumes.forms.UnmanageVolume(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'name': <django.forms.fields.CharField object at 0x2b665fc53150>, 'host': <django.forms.fields.CharField object at 0x2b665fc53050>, 'volume_id': <django.forms.fields.CharField object at 0x2b665fc53750>}
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.volumes.volumes.forms.UpdateStatus(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'status': <django.forms.fields.ChoiceField object at 0x2b665fc53310>}
handle(request, data)[source]
media
openstack_dashboard.dashboards.admin.volumes.volumes.forms.validate_metadata(value)[source]

Previous topic

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

Next topic

The openstack_dashboard.dashboards.router Module

This Page