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 0x7faf854da690>), ('id_type', <django.forms.fields.ChoiceField object at 0x7faf854da7d0>), ('host', <django.forms.fields.CharField object at 0x7faf854da8d0>), ('name', <django.forms.fields.CharField object at 0x7faf854daa10>), ('description', <django.forms.fields.CharField object at 0x7faf854dab50>), ('metadata', <django.forms.fields.CharField object at 0x7faf854dac90>), ('volume_type', <django.forms.fields.ChoiceField object at 0x7faf854dae10>), ('availability_zone', <django.forms.fields.ChoiceField object at 0x7faf854daf50>), ('bootable', <django.forms.fields.BooleanField object at 0x7faf854e00d0>)])
declared_fields = OrderedDict([('identifier', <django.forms.fields.CharField object at 0x7faf854da690>), ('id_type', <django.forms.fields.ChoiceField object at 0x7faf854da7d0>), ('host', <django.forms.fields.CharField object at 0x7faf854da8d0>), ('name', <django.forms.fields.CharField object at 0x7faf854daa10>), ('description', <django.forms.fields.CharField object at 0x7faf854dab50>), ('metadata', <django.forms.fields.CharField object at 0x7faf854dac90>), ('volume_type', <django.forms.fields.ChoiceField object at 0x7faf854dae10>), ('availability_zone', <django.forms.fields.ChoiceField object at 0x7faf854daf50>), ('bootable', <django.forms.fields.BooleanField object at 0x7faf854e00d0>)])
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 0x7faf854e06d0>), ('current_host', <django.forms.fields.CharField object at 0x7faf854e0790>), ('host', <django.forms.fields.ChoiceField object at 0x7faf854e0850>), ('force_host_copy', <django.forms.fields.BooleanField object at 0x7faf854e0990>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7faf854e06d0>), ('current_host', <django.forms.fields.CharField object at 0x7faf854e0790>), ('host', <django.forms.fields.ChoiceField object at 0x7faf854e0850>), ('force_host_copy', <django.forms.fields.BooleanField object at 0x7faf854e0990>)])
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 0x7faf854e0350>), ('host', <django.forms.fields.CharField object at 0x7faf854e0410>), ('volume_id', <django.forms.fields.CharField object at 0x7faf854e04d0>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7faf854e0350>), ('host', <django.forms.fields.CharField object at 0x7faf854e0410>), ('volume_id', <django.forms.fields.CharField object at 0x7faf854e04d0>)])
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 0x7faf854e0b90>)])
declared_fields = OrderedDict([('status', <django.forms.fields.ChoiceField object at 0x7faf854e0b90>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.volumes.volumes Module

Next topic

The openstack_dashboard.dashboards.admin.metadata_defs.constants Module

Project Source

This Page