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 0x2b77f6e75d10>, 'keypair_name': <django.forms.fields.CharField object at 0x2b77f6e75a50>, 'encrypted_password': <django.forms.fields.CharField object at 0x2b77f6e75f50>}
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 0x2b77f7663e50>, 'image': <django.forms.fields.ChoiceField object at 0x2b77f7663110>, 'password': <django.forms.fields.RegexField object at 0x2b77f7663250>, 'confirm_password': <django.forms.fields.CharField object at 0x2b77f6e75350>, 'disk_config': <django.forms.fields.ChoiceField object at 0x2b77f6e75190>}
clean()[source]
handle(*func_args, **func_kwargs)[source]
media

Previous topic

The openstack_dashboard.dashboards.project.instances.console Module

Next topic

The openstack_dashboard.dashboards.project.instances.workflows Module

This Page