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 0xa51b310>), ('id_type', <django.forms.fields.ChoiceField object at 0xa51b450>), ('host', <django.forms.fields.CharField object at 0xa51b550>), ('name', <django.forms.fields.CharField object at 0xa51b690>), ('description', <django.forms.fields.CharField object at 0xa51b7d0>), ('metadata', <django.forms.fields.CharField object at 0xa51b910>), ('volume_type', <django.forms.fields.ChoiceField object at 0xa51ba90>), ('availability_zone', <django.forms.fields.ChoiceField object at 0xa51bbd0>), ('bootable', <django.forms.fields.BooleanField object at 0xa51bd10>)])
declared_fields = OrderedDict([('identifier', <django.forms.fields.CharField object at 0xa51b310>), ('id_type', <django.forms.fields.ChoiceField object at 0xa51b450>), ('host', <django.forms.fields.CharField object at 0xa51b550>), ('name', <django.forms.fields.CharField object at 0xa51b690>), ('description', <django.forms.fields.CharField object at 0xa51b7d0>), ('metadata', <django.forms.fields.CharField object at 0xa51b910>), ('volume_type', <django.forms.fields.ChoiceField object at 0xa51ba90>), ('availability_zone', <django.forms.fields.ChoiceField object at 0xa51bbd0>), ('bootable', <django.forms.fields.BooleanField object at 0xa51bd10>)])
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 0xa520350>), ('current_host', <django.forms.fields.CharField object at 0xa520410>), ('host', <django.forms.fields.ChoiceField object at 0xa5204d0>), ('force_host_copy', <django.forms.fields.BooleanField object at 0xa520610>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa520350>), ('current_host', <django.forms.fields.CharField object at 0xa520410>), ('host', <django.forms.fields.ChoiceField object at 0xa5204d0>), ('force_host_copy', <django.forms.fields.BooleanField object at 0xa520610>)])
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 0xa51bf90>), ('host', <django.forms.fields.CharField object at 0xa520090>), ('volume_id', <django.forms.fields.CharField object at 0xa520150>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa51bf90>), ('host', <django.forms.fields.CharField object at 0xa520090>), ('volume_id', <django.forms.fields.CharField object at 0xa520150>)])
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 0xa520810>)])
declared_fields = OrderedDict([('status', <django.forms.fields.ChoiceField object at 0xa520810>)])
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