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 0xad15490>), ('network', <horizon.forms.fields.ThemableChoiceField object at 0xad15210>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xad15490>), ('network', <horizon.forms.fields.ThemableChoiceField object at 0xad15210>)])
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 0xad2d4d0>), ('device', <django.forms.fields.CharField object at 0xad15e10>), ('instance_id', <django.forms.fields.CharField object at 0xad15ed0>)])
declared_fields = OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0xad2d4d0>), ('device', <django.forms.fields.CharField object at 0xad15e10>), ('instance_id', <django.forms.fields.CharField object at 0xad15ed0>)])
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 0xad2d8d0>), ('keypair_name', <django.forms.fields.CharField object at 0xad2d650>), ('encrypted_password', <django.forms.fields.CharField object at 0xad2dd10>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xad2d8d0>), ('keypair_name', <django.forms.fields.CharField object at 0xad2d650>), ('encrypted_password', <django.forms.fields.CharField object at 0xad2dd10>)])
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 0xad15310>), ('port', <horizon.forms.fields.ThemableChoiceField object at 0xad11ed0>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xad15310>), ('port', <horizon.forms.fields.ThemableChoiceField object at 0xad11ed0>)])
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 0xad15590>), ('instance_id', <django.forms.fields.CharField object at 0xad15390>)])
declared_fields = OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0xad15590>), ('instance_id', <django.forms.fields.CharField object at 0xad15390>)])
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 0xad2cc90>), ('image', <django.forms.fields.ChoiceField object at 0xad2ce50>), ('password', <django.forms.fields.RegexField object at 0xad2cf90>), ('confirm_password', <django.forms.fields.CharField object at 0xad2d910>), ('disk_config', <horizon.forms.fields.ThemableChoiceField object at 0xad2d890>)])
clean()[source]
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xad2cc90>), ('image', <django.forms.fields.ChoiceField object at 0xad2ce50>), ('password', <django.forms.fields.RegexField object at 0xad2cf90>), ('confirm_password', <django.forms.fields.CharField object at 0xad2d910>), ('disk_config', <horizon.forms.fields.ThemableChoiceField object at 0xad2d890>)])
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