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 0x2afcc7dd83d0>, 'keypair_name': <django.forms.fields.CharField object at 0x2afcc49fc910>, 'encrypted_password': <django.forms.fields.CharField object at 0x2afcc49fc610>}
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 0x2afcc8667190>, 'image': <django.forms.fields.ChoiceField object at 0x2afcc7dd8690>, 'password': <django.forms.fields.RegexField object at 0x2afcc78b4c10>, 'confirm_password': <django.forms.fields.CharField object at 0x2afcc78b4e90>, 'disk_config': <django.forms.fields.ChoiceField object at 0x2afcc78b4050>}
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