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 0x6df9a10>), ('host', <django.forms.fields.ChoiceField object at 0x6df9b90>), ('disk_over_commit', <django.forms.fields.BooleanField object at 0x6df9210>), ('block_migration', <django.forms.fields.BooleanField object at 0x6df9ed0>)])
declared_fields = OrderedDict([('current_host', <django.forms.fields.CharField object at 0x6df9a10>), ('host', <django.forms.fields.ChoiceField object at 0x6df9b90>), ('disk_over_commit', <django.forms.fields.BooleanField object at 0x6df9210>), ('block_migration', <django.forms.fields.BooleanField object at 0x6df9ed0>)])
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