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 0x7fc4affa80d0>), ('network', <horizon.forms.fields.ThemableChoiceField object at 0x7fc4b00aead0>)])
-
declared_fields
= OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x7fc4affa80d0>), ('network', <horizon.forms.fields.ThemableChoiceField object at 0x7fc4b00aead0>)])
-
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 0x7fc4affa8e90>), ('device', <django.forms.fields.CharField object at 0x7fc4affa88d0>), ('instance_id', <django.forms.fields.CharField object at 0x7fc4affa8ad0>)])
-
declared_fields
= OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0x7fc4affa8e90>), ('device', <django.forms.fields.CharField object at 0x7fc4affa88d0>), ('instance_id', <django.forms.fields.CharField object at 0x7fc4affa8ad0>)])
-
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 0x7fc4afe49a10>), ('keypair_name', <django.forms.fields.CharField object at 0x7fc4affa8d90>), ('encrypted_password', <django.forms.fields.CharField object at 0x7fc4affa8ed0>)])
-
declared_fields
= OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x7fc4afe49a10>), ('keypair_name', <django.forms.fields.CharField object at 0x7fc4affa8d90>), ('encrypted_password', <django.forms.fields.CharField object at 0x7fc4affa8ed0>)])
-
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 0x7fc4b00ae050>), ('port', <horizon.forms.fields.ThemableChoiceField object at 0x7fc4b00ae0d0>)])
-
declared_fields
= OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x7fc4b00ae050>), ('port', <horizon.forms.fields.ThemableChoiceField object at 0x7fc4b00ae0d0>)])
-
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 0x7fc4affa8250>), ('instance_id', <django.forms.fields.CharField object at 0x7fc4affa8190>)])
-
declared_fields
= OrderedDict([('volume', <django.forms.fields.ChoiceField object at 0x7fc4affa8250>), ('instance_id', <django.forms.fields.CharField object at 0x7fc4affa8190>)])
-
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 0x7fc4afe49210>), ('image', <django.forms.fields.ChoiceField object at 0x7fc4afe49310>), ('password', <django.forms.fields.RegexField object at 0x7fc4afe49490>), ('confirm_password', <django.forms.fields.CharField object at 0x7fc4afe49650>), ('disk_config', <horizon.forms.fields.ThemableChoiceField object at 0x7fc4afe49850>)])
-
clean
()[source]
-
declared_fields
= OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x7fc4afe49210>), ('image', <django.forms.fields.ChoiceField object at 0x7fc4afe49310>), ('password', <django.forms.fields.RegexField object at 0x7fc4afe49490>), ('confirm_password', <django.forms.fields.CharField object at 0x7fc4afe49650>), ('disk_config', <horizon.forms.fields.ThemableChoiceField object at 0x7fc4afe49850>)])
-
handle
(*func_args, **func_kwargs)[source]
-
media
-