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

base_fields = {'instance_id': <django.forms.fields.CharField object at 0x782efd0>, 'keypair_name': <django.forms.fields.CharField object at 0x7833190>, 'encrypted_password': <django.forms.fields.CharField object at 0x7833310>}
handle(request, data)[source]
media
class openstack_dashboard.dashboards.project.instances.forms.RebuildInstanceForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'instance_id': <django.forms.fields.CharField object at 0x782ea50>, 'image': <django.forms.fields.ChoiceField object at 0x782ebd0>, 'password': <django.forms.fields.RegexField object at 0x782ecd0>, 'confirm_password': <django.forms.fields.CharField object at 0x782ee10>, 'disk_config': <django.forms.fields.ChoiceField object at 0x782eed0>}
clean()[source]
handle(*func_args, **func_kwargs)[source]
media

Previous topic

The openstack_dashboard.dashboards.project.instances.views Module

Next topic

The openstack_dashboard.dashboards.project.instances.urls Module

This Page