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 0xa69db50>), ('network', <horizon.forms.fields.ThemableChoiceField object at 0xa69dbd0>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xa69db50>), ('network', <horizon.forms.fields.ThemableChoiceField object at 0xa69dbd0>)])
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 0xa69d510>), ('device', <django.forms.fields.CharField object at 0xa69d650>), ('instance_id', <django.forms.fields.CharField object at 0xa69d710>)])
declared_fields = OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0xa69d510>), ('device', <django.forms.fields.CharField object at 0xa69d650>), ('instance_id', <django.forms.fields.CharField object at 0xa69d710>)])
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 0xa69d0d0>), ('keypair_name', <django.forms.fields.CharField object at 0xa69d1d0>), ('encrypted_password', <django.forms.fields.CharField object at 0xa69d2d0>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xa69d0d0>), ('keypair_name', <django.forms.fields.CharField object at 0xa69d1d0>), ('encrypted_password', <django.forms.fields.CharField object at 0xa69d2d0>)])
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 0xa69dd50>), ('port', <horizon.forms.fields.ThemableChoiceField object at 0xa69ddd0>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xa69dd50>), ('port', <horizon.forms.fields.ThemableChoiceField object at 0xa69ddd0>)])
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 0xa69d910>), ('instance_id', <django.forms.fields.CharField object at 0xa69d9d0>)])
declared_fields = OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0xa69d910>), ('instance_id', <django.forms.fields.CharField object at 0xa69d9d0>)])
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 0xa6eca50>), ('image', <django.forms.fields.ChoiceField object at 0xa6ecb90>), ('password', <django.forms.fields.RegexField object at 0xa6ecc50>), ('confirm_password', <django.forms.fields.CharField object at 0xa6ecd90>), ('disk_config', <horizon.forms.fields.ThemableChoiceField object at 0xa6ece50>)])
clean()[source]
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0xa6eca50>), ('image', <django.forms.fields.ChoiceField object at 0xa6ecb90>), ('password', <django.forms.fields.RegexField object at 0xa6ecc50>), ('confirm_password', <django.forms.fields.CharField object at 0xa6ecd90>), ('disk_config', <horizon.forms.fields.ThemableChoiceField object at 0xa6ece50>)])
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