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

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

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7fad6898d3d0>), ('consumer', <django.forms.fields.ChoiceField object at 0x7fad6898de90>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7fad6898d3d0>), ('consumer', <django.forms.fields.ChoiceField object at 0x7fad6898de90>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.volumes.volumes.forms.CreateVolumeType(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7fad663ad950>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7fad663ad950>)])
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 0x7fad663add50>)])
declared_fields = OrderedDict([('status', <django.forms.fields.ChoiceField object at 0x7fad663add50>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.volumes.volumes.tables Module

Next topic

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

This Page