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 = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x9cd3a90>), ('keypair_name', <django.forms.fields.CharField object at 0xa2f8310>), ('encrypted_password', <django.forms.fields.CharField object at 0xa2f8510>)])
DecryptPasswordInstanceForm.declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x9cd3a90>), ('keypair_name', <django.forms.fields.CharField object at 0xa2f8310>), ('encrypted_password', <django.forms.fields.CharField object at 0xa2f8510>)])
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 = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xa331410>), ('image', <django.forms.fields.ChoiceField object at 0x9cd3590>), ('password', <django.forms.fields.RegexField object at 0x9cd34d0>), ('confirm_password', <django.forms.fields.CharField object at 0x9cd3e90>), ('disk_config', <django.forms.fields.ChoiceField object at 0x9cd3fd0>)])
RebuildInstanceForm.clean()[source]
RebuildInstanceForm.declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xa331410>), ('image', <django.forms.fields.ChoiceField object at 0x9cd3590>), ('password', <django.forms.fields.RegexField object at 0x9cd34d0>), ('confirm_password', <django.forms.fields.CharField object at 0x9cd3e90>), ('disk_config', <django.forms.fields.ChoiceField object at 0x9cd3fd0>)])
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.tabs Module

This Page