The horizon.dashboards.nova.instances_and_volumes.volumes.forms ModuleΒΆ

Views for managing Nova volumes.

class horizon.dashboards.nova.instances_and_volumes.volumes.forms.AttachForm(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

AttachForm.base_fields = {'method': <django.forms.fields.CharField object at 0x3033d90>, 'instance': <django.forms.fields.ChoiceField object at 0x4a23990>, 'device': <django.forms.fields.CharField object at 0x4a23e50>}
AttachForm.handle(request, data)[source]
AttachForm.media
class horizon.dashboards.nova.instances_and_volumes.volumes.forms.CreateForm(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

CreateForm.base_fields = {'method': <django.forms.fields.CharField object at 0x3033d90>, 'name': <django.forms.fields.CharField object at 0x4a23590>, 'description': <django.forms.fields.CharField object at 0x4a233d0>, 'size': <django.forms.fields.IntegerField object at 0x4a23650>}
CreateForm.handle(request, data)[source]
CreateForm.media
class horizon.dashboards.nova.instances_and_volumes.volumes.forms.CreateSnapshotForm(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

CreateSnapshotForm.base_fields = {'method': <django.forms.fields.CharField object at 0x3033d90>, 'name': <django.forms.fields.CharField object at 0x44b6050>, 'description': <django.forms.fields.CharField object at 0x44b6710>}
CreateSnapshotForm.handle(request, data)[source]
CreateSnapshotForm.media

Previous topic

The horizon.dashboards.nova.instances_and_volumes.volumes.tabs Module

Next topic

The horizon.api.keystone Module

This Page