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

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

Bases: horizon.forms.base.SelfHandlingForm

RebuildInstanceForm.base_fields = {'instance_id': <django.forms.fields.CharField object at 0x6013250>, 'image': <django.forms.fields.ChoiceField object at 0x6013bd0>, 'password': <django.forms.fields.RegexField object at 0x57cbf90>, 'confirm_password': <django.forms.fields.CharField object at 0x57cb590>}
RebuildInstanceForm.clean()[source]
RebuildInstanceForm.handle(*func_args, **func_kwargs)[source]
RebuildInstanceForm.media

Previous topic

The openstack_dashboard.dashboards.project.instances.urls Module

Next topic

The openstack_dashboard.dashboards.project.instances.tables Module

This Page