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 0x7f4244a5ff50>), ('host', <horizon.forms.fields.ThemableChoiceField object at 0x7f4244a2f050>), ('disk_over_commit', <django.forms.fields.BooleanField object at 0x7f4244a2f110>), ('block_migration', <django.forms.fields.BooleanField object at 0x7f4244bca890>)])
declared_fields = OrderedDict([('current_host', <django.forms.fields.CharField object at 0x7f4244a5ff50>), ('host', <horizon.forms.fields.ThemableChoiceField object at 0x7f4244a2f050>), ('disk_over_commit', <django.forms.fields.BooleanField object at 0x7f4244a2f110>), ('block_migration', <django.forms.fields.BooleanField object at 0x7f4244bca890>)])
handle(request, data)[source]
media
populate_host_choices(request, initial)[source]

Previous topic

The openstack_dashboard.dashboards.admin.instances.urls Module

Next topic

The openstack_dashboard.dashboards.admin.instances.panel Module

Project Source

This Page