The openstack_dashboard.dashboards.project.instances.forms ModuleΒΆ

class openstack_dashboard.dashboards.project.instances.forms.AttachInterface(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

AttachInterface.base_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xc068910>), ('network', <django.forms.fields.ChoiceField object at 0xc068990>)])
AttachInterface.declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xc068910>), ('network', <django.forms.fields.ChoiceField object at 0xc068990>)])
AttachInterface.handle(request, data)[source]
AttachInterface.media
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 0xc068510>), ('keypair_name', <django.forms.fields.CharField object at 0xc068610>), ('encrypted_password', <django.forms.fields.CharField object at 0xc068710>)])
DecryptPasswordInstanceForm.declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xc068510>), ('keypair_name', <django.forms.fields.CharField object at 0xc068610>), ('encrypted_password', <django.forms.fields.CharField object at 0xc068710>)])
DecryptPasswordInstanceForm.handle(request, data)[source]
DecryptPasswordInstanceForm.media
class openstack_dashboard.dashboards.project.instances.forms.DetachInterface(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

DetachInterface.base_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xc068b10>), ('port', <django.forms.fields.ChoiceField object at 0xc068b90>)])
DetachInterface.declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xc068b10>), ('port', <django.forms.fields.ChoiceField object at 0xc068b90>)])
DetachInterface.handle(request, data)[source]
DetachInterface.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 0xc064e50>), ('image', <django.forms.fields.ChoiceField object at 0xc064f90>), ('password', <django.forms.fields.RegexField object at 0xc0680d0>), ('confirm_password', <django.forms.fields.CharField object at 0xc068210>), ('disk_config', <django.forms.fields.ChoiceField object at 0xc0682d0>)])
RebuildInstanceForm.clean()[source]
RebuildInstanceForm.declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xc064e50>), ('image', <django.forms.fields.ChoiceField object at 0xc064f90>), ('password', <django.forms.fields.RegexField object at 0xc0680d0>), ('confirm_password', <django.forms.fields.CharField object at 0xc068210>), ('disk_config', <django.forms.fields.ChoiceField object at 0xc0682d0>)])
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