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 0x99fff90>), ('network', <horizon.forms.fields.ThemableChoiceField object at 0x99ff210>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x99fff90>), ('network', <horizon.forms.fields.ThemableChoiceField object at 0x99ff210>)])
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 0x9a3c610>), ('device', <django.forms.fields.CharField object at 0x9a3c510>), ('instance_id', <django.forms.fields.CharField object at 0x9a3c450>)])
declared_fields = OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0x9a3c610>), ('device', <django.forms.fields.CharField object at 0x9a3c510>), ('instance_id', <django.forms.fields.CharField object at 0x9a3c450>)])
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 0x7d20ad0>), ('keypair_name', <django.forms.fields.CharField object at 0x9a3ca90>), ('encrypted_password', <django.forms.fields.CharField object at 0x9a3cf50>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x7d20ad0>), ('keypair_name', <django.forms.fields.CharField object at 0x9a3ca90>), ('encrypted_password', <django.forms.fields.CharField object at 0x9a3cf50>)])
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 0x99ff590>), ('port', <horizon.forms.fields.ThemableChoiceField object at 0x99ffe90>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x99ff590>), ('port', <horizon.forms.fields.ThemableChoiceField object at 0x99ffe90>)])
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 0x99ffb90>), ('instance_id', <django.forms.fields.CharField object at 0x99ff910>)])
declared_fields = OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0x99ffb90>), ('instance_id', <django.forms.fields.CharField object at 0x99ff910>)])
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 0x7d20350>), ('image', <django.forms.fields.ChoiceField object at 0x7d20850>), ('password', <django.forms.fields.RegexField object at 0x7d20bd0>), ('confirm_password', <django.forms.fields.CharField object at 0x7d20d50>), ('disk_config', <horizon.forms.fields.ThemableChoiceField object at 0x7d20c50>)])
clean()[source]
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x7d20350>), ('image', <django.forms.fields.ChoiceField object at 0x7d20850>), ('password', <django.forms.fields.RegexField object at 0x7d20bd0>), ('confirm_password', <django.forms.fields.CharField object at 0x7d20d50>), ('disk_config', <horizon.forms.fields.ThemableChoiceField object at 0x7d20c50>)])
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