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

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

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('current_host', <django.forms.fields.CharField object at 0x65227d0>), ('host', <horizon.forms.fields.ThemableChoiceField object at 0x4386b10>), ('disk_over_commit', <django.forms.fields.BooleanField object at 0x4386290>), ('block_migration', <django.forms.fields.BooleanField object at 0x8f51e10>)])
declared_fields = OrderedDict([('current_host', <django.forms.fields.CharField object at 0x65227d0>), ('host', <horizon.forms.fields.ThemableChoiceField object at 0x4386b10>), ('disk_over_commit', <django.forms.fields.BooleanField object at 0x4386290>), ('block_migration', <django.forms.fields.BooleanField object at 0x8f51e10>)])
handle(request, data)[source]
media
populate_host_choices(request, initial)[source]

Previous topic

The openstack_dashboard.dashboards.admin.instances Module

Next topic

The openstack_dashboard.dashboards.admin.instances.panel Module

This Page