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

base_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x9588910>), ('network', <horizon.forms.fields.ThemableChoiceField object at 0x9588c10>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x9588910>), ('network', <horizon.forms.fields.ThemableChoiceField object at 0x9588c10>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.project.instances.forms.AttachVolume(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0x958a550>), ('device', <django.forms.fields.CharField object at 0x958ad10>), ('instance_id', <django.forms.fields.CharField object at 0x958a450>)])
declared_fields = OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0x958a550>), ('device', <django.forms.fields.CharField object at 0x958ad10>), ('instance_id', <django.forms.fields.CharField object at 0x958a450>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.project.instances.forms.DecryptPasswordInstanceForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x958ae90>), ('keypair_name', <django.forms.fields.CharField object at 0x958af90>), ('encrypted_password', <django.forms.fields.CharField object at 0x958a610>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x958ae90>), ('keypair_name', <django.forms.fields.CharField object at 0x958af90>), ('encrypted_password', <django.forms.fields.CharField object at 0x958a610>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.project.instances.forms.DetachInterface(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x9588c90>), ('port', <horizon.forms.fields.ThemableChoiceField object at 0x9588fd0>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x9588c90>), ('port', <horizon.forms.fields.ThemableChoiceField object at 0x9588fd0>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.project.instances.forms.DetachVolume(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0x9588210>), ('instance_id', <django.forms.fields.CharField object at 0x95881d0>)])
declared_fields = OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0x9588210>), ('instance_id', <django.forms.fields.CharField object at 0x95881d0>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.project.instances.forms.RebuildInstanceForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x95a17d0>), ('image', <django.forms.fields.ChoiceField object at 0x95a1590>), ('password', <django.forms.fields.RegexField object at 0x95a1490>), ('confirm_password', <django.forms.fields.CharField object at 0x95a11d0>), ('disk_config', <horizon.forms.fields.ThemableChoiceField object at 0x95a13d0>)])
clean()[source]
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x95a17d0>), ('image', <django.forms.fields.ChoiceField object at 0x95a1590>), ('password', <django.forms.fields.RegexField object at 0x95a1490>), ('confirm_password', <django.forms.fields.CharField object at 0x95a11d0>), ('disk_config', <horizon.forms.fields.ThemableChoiceField object at 0x95a13d0>)])
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.panel Module

This Page