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

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

Bases: horizon.forms.base.SelfHandlingForm

DecryptPasswordInstanceForm.base_fields = {'instance_id': <django.forms.fields.CharField object at 0x6efd7d0>, 'keypair_name': <django.forms.fields.CharField object at 0x6efd910>, 'encrypted_password': <django.forms.fields.CharField object at 0x6efda90>}
DecryptPasswordInstanceForm.handle(request, data)[source]
DecryptPasswordInstanceForm.media
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 0x6efd2d0>, 'image': <django.forms.fields.ChoiceField object at 0x6efd390>, 'password': <django.forms.fields.RegexField object at 0x6efd490>, 'confirm_password': <django.forms.fields.CharField object at 0x6efd5d0>, 'disk_config': <django.forms.fields.ChoiceField object at 0x6efd690>}
RebuildInstanceForm.clean()[source]
RebuildInstanceForm.handle(*func_args, **func_kwargs)[source]
RebuildInstanceForm.media

Previous topic

The openstack_dashboard.dashboards.project.instances.views Module

Next topic

The openstack_dashboard.dashboards.project.instances.utils Module

This Page