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 = {'current_host': <django.forms.fields.CharField object at 0x2aba0f936e50>, 'host': <django.forms.fields.ChoiceField object at 0x2aba0f936550>, 'disk_over_commit': <django.forms.fields.BooleanField object at 0x2aba0f936d10>, 'block_migration': <django.forms.fields.BooleanField object at 0x2aba1221ca90>}
handle(request, data)[source]
media
populate_host_choices(request, initial)[source]

Previous topic

The openstack_dashboard.dashboards.admin.instances.views Module

Next topic

The openstack_dashboard.dashboards.admin.info.constants Module

This Page