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

Views for managing volumes.

class openstack_dashboard.dashboards.project.volumes.forms.AttachForm(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

AttachForm.handle(request, data)[source]
AttachForm.media
class openstack_dashboard.dashboards.project.volumes.forms.CreateForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

CreateForm.availability_zones(request)[source]
CreateForm.cinder_az_supported(request)[source]
CreateForm.get_image(*args, **kwargs)[source]
CreateForm.get_snapshot(*args, **kwargs)[source]
CreateForm.handle(request, data)[source]
CreateForm.media
class openstack_dashboard.dashboards.project.volumes.forms.CreateSnapshotForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

CreateSnapshotForm.handle(request, data)[source]
CreateSnapshotForm.media

Previous topic

The openstack_dashboard.dashboards.project.volumes.tests Module

Next topic

The openstack_dashboard.dashboards.project.volumes Module

This Page