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 0xa1a7eac>, 'instance': <django.forms.fields.ChoiceField object at 0xa8dd0ac>, 'device': <django.forms.fields.CharField object at 0xb549e4c>}
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 0xa1a7eac>, 'name': <django.forms.fields.CharField object at 0xb5499cc>, 'description': <django.forms.fields.CharField object at 0xb549a0c>, 'size': <django.forms.fields.IntegerField object at 0xb549d0c>}
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 0xa1a7eac>, 'name': <django.forms.fields.CharField object at 0xa847b2c>, 'description': <django.forms.fields.CharField object at 0xb549f4c>}
CreateSnapshotForm.handle(request, data)[source]
CreateSnapshotForm.media

Previous topic

The horizon.dashboards.nova.instances_and_volumes.volumes Module

Next topic

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

This Page