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 0x2b70e3dcc4d0>, 'keypair_name': <django.forms.fields.CharField object at 0x2b70e3dcc610>, 'encrypted_password': <django.forms.fields.CharField object at 0x2b70e3dcc790>}
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 0x2b70e3dc2f50>, 'image': <django.forms.fields.ChoiceField object at 0x2b70e3dcc090>, 'password': <django.forms.fields.RegexField object at 0x2b70e3dcc190>, 'confirm_password': <django.forms.fields.CharField object at 0x2b70e3dcc2d0>, 'disk_config': <django.forms.fields.ChoiceField object at 0x2b70e3dcc390>}
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