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 0x7f9f40185810>), ('host', <horizon.forms.fields.ThemableChoiceField object at 0x7f9f40185d50>), ('disk_over_commit', <django.forms.fields.BooleanField object at 0x7f9f3f68da50>), ('block_migration', <django.forms.fields.BooleanField object at 0x7f9f4021af50>)])
declared_fields = OrderedDict([('current_host', <django.forms.fields.CharField object at 0x7f9f40185810>), ('host', <horizon.forms.fields.ThemableChoiceField object at 0x7f9f40185d50>), ('disk_over_commit', <django.forms.fields.BooleanField object at 0x7f9f3f68da50>), ('block_migration', <django.forms.fields.BooleanField object at 0x7f9f4021af50>)])
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.tables Module

Project Source

This Page