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 0x2b8377c05e10>, 'keypair_name': <django.forms.fields.CharField object at 0x2b8377c05d90>, 'encrypted_password': <django.forms.fields.CharField object at 0x2b8377c05ed0>}
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 0x2b83770c7990>, 'image': <django.forms.fields.ChoiceField object at 0x2b83770c7790>, 'password': <django.forms.fields.RegexField object at 0x2b83770c7bd0>, 'confirm_password': <django.forms.fields.CharField object at 0x2b8377c05f90>, 'disk_config': <django.forms.fields.ChoiceField object at 0x2b8377c05490>}
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