The openstack_dashboard.dashboards.admin.volumes.volumes.forms ModuleΒΆ

class openstack_dashboard.dashboards.admin.volumes.volumes.forms.ManageVolume(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('identifier', <django.forms.fields.CharField object at 0x7fba5a6f6dd0>), ('id_type', <django.forms.fields.ChoiceField object at 0x7fba5a6f6f10>), ('host', <django.forms.fields.CharField object at 0x7fba5a702050>), ('name', <django.forms.fields.CharField object at 0x7fba5a702190>), ('description', <django.forms.fields.CharField object at 0x7fba5a7022d0>), ('metadata', <django.forms.fields.CharField object at 0x7fba5a702450>), ('volume_type', <django.forms.fields.ChoiceField object at 0x7fba5a7025d0>), ('availability_zone', <django.forms.fields.ChoiceField object at 0x7fba5a702710>), ('bootable', <django.forms.fields.BooleanField object at 0x7fba5a702850>)])
declared_fields = OrderedDict([('identifier', <django.forms.fields.CharField object at 0x7fba5a6f6dd0>), ('id_type', <django.forms.fields.ChoiceField object at 0x7fba5a6f6f10>), ('host', <django.forms.fields.CharField object at 0x7fba5a702050>), ('name', <django.forms.fields.CharField object at 0x7fba5a702190>), ('description', <django.forms.fields.CharField object at 0x7fba5a7022d0>), ('metadata', <django.forms.fields.CharField object at 0x7fba5a702450>), ('volume_type', <django.forms.fields.ChoiceField object at 0x7fba5a7025d0>), ('availability_zone', <django.forms.fields.ChoiceField object at 0x7fba5a702710>), ('bootable', <django.forms.fields.BooleanField object at 0x7fba5a702850>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.volumes.volumes.forms.MigrateVolume(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7fba5a702e10>), ('current_host', <django.forms.fields.CharField object at 0x7fba5a702ed0>), ('host', <django.forms.fields.ChoiceField object at 0x7fba5a702f90>), ('force_host_copy', <django.forms.fields.BooleanField object at 0x7fba5a549150>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7fba5a702e10>), ('current_host', <django.forms.fields.CharField object at 0x7fba5a702ed0>), ('host', <django.forms.fields.ChoiceField object at 0x7fba5a702f90>), ('force_host_copy', <django.forms.fields.BooleanField object at 0x7fba5a549150>)])
handle(request, data)[source]
media
populate_host_choices(request, initial)[source]
class openstack_dashboard.dashboards.admin.volumes.volumes.forms.UnmanageVolume(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7fba5a702a90>), ('host', <django.forms.fields.CharField object at 0x7fba5a702b50>), ('volume_id', <django.forms.fields.CharField object at 0x7fba5a702c10>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7fba5a702a90>), ('host', <django.forms.fields.CharField object at 0x7fba5a702b50>), ('volume_id', <django.forms.fields.CharField object at 0x7fba5a702c10>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.volumes.volumes.forms.UpdateStatus(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('status', <django.forms.fields.ChoiceField object at 0x7fba5a549310>)])
declared_fields = OrderedDict([('status', <django.forms.fields.ChoiceField object at 0x7fba5a549310>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.volumes.volumes.views Module

Next topic

The openstack_dashboard.dashboards.admin.volumes.volumes.urls Module

Project Source

This Page