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

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

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('identifier', <django.forms.fields.CharField object at 0xae6c250>), ('id_type', <django.forms.fields.ChoiceField object at 0xae6c510>), ('host', <django.forms.fields.CharField object at 0xae6c610>), ('name', <django.forms.fields.CharField object at 0xae6c2d0>), ('description', <django.forms.fields.CharField object at 0xa478e90>), ('metadata', <django.forms.fields.CharField object at 0xa478590>), ('volume_type', <django.forms.fields.ChoiceField object at 0xa478950>), ('availability_zone', <django.forms.fields.ChoiceField object at 0xa478d90>), ('bootable', <django.forms.fields.BooleanField object at 0xa478150>)])
declared_fields = OrderedDict([('identifier', <django.forms.fields.CharField object at 0xae6c250>), ('id_type', <django.forms.fields.ChoiceField object at 0xae6c510>), ('host', <django.forms.fields.CharField object at 0xae6c610>), ('name', <django.forms.fields.CharField object at 0xae6c2d0>), ('description', <django.forms.fields.CharField object at 0xa478e90>), ('metadata', <django.forms.fields.CharField object at 0xa478590>), ('volume_type', <django.forms.fields.ChoiceField object at 0xa478950>), ('availability_zone', <django.forms.fields.ChoiceField object at 0xa478d90>), ('bootable', <django.forms.fields.BooleanField object at 0xa478150>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.volumes.volumes.forms.MigrateVolume(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xabb2e90>), ('current_host', <django.forms.fields.CharField object at 0xabb2510>), ('host', <django.forms.fields.ChoiceField object at 0xabb2410>), ('force_host_copy', <django.forms.fields.BooleanField object at 0xa2e3fd0>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xabb2e90>), ('current_host', <django.forms.fields.CharField object at 0xabb2510>), ('host', <django.forms.fields.ChoiceField object at 0xabb2410>), ('force_host_copy', <django.forms.fields.BooleanField object at 0xa2e3fd0>)])
handle(request, data)[source]
media
populate_host_choices(request, initial)[source]
class openstack_dashboard.dashboards.admin.volumes.volumes.forms.UnmanageVolume(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa478190>), ('host', <django.forms.fields.CharField object at 0xadaf610>), ('volume_id', <django.forms.fields.CharField object at 0xadaf450>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa478190>), ('host', <django.forms.fields.CharField object at 0xadaf610>), ('volume_id', <django.forms.fields.CharField object at 0xadaf450>)])
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 = OrderedDict([('status', <django.forms.fields.ChoiceField object at 0xa2e3590>)])
declared_fields = OrderedDict([('status', <django.forms.fields.ChoiceField object at 0xa2e3590>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.volumes.volumes Module

Next topic

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

This Page