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

Views for managing volumes.

class openstack_dashboard.dashboards.project.volumes.volumes.views.AcceptTransferView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of AcceptTransferForm

modal_header = <django.utils.functional.__proxy__ object at 0xa5fa910>
modal_id = 'accept_volume_transfer_modal'
page_title = <django.utils.functional.__proxy__ object at 0xa5faa50>
submit_label = <django.utils.functional.__proxy__ object at 0xa5fa990>
submit_url = <django.utils.functional.__proxy__ object at 0xa5fa9d0>
success_url = <django.utils.functional.__proxy__ object at 0xa5fa890>
template_name = 'project/volumes/volumes/accept_transfer.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.CreateSnapshotView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateSnapshotForm

get_context_data(**kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0xa5fa250>
page_title = <django.utils.functional.__proxy__ object at 0xa5fa350>
submit_url = 'horizon:project:volumes:volumes:create_snapshot'
success_url = <django.utils.functional.__proxy__ object at 0xa5fa2d0>
template_name = 'project/volumes/volumes/create_snapshot.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.CreateTransferView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateTransferForm

get_context_data(*args, **kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0xa5fa6d0>
modal_id = 'create_volume_transfer_modal'
page_title = <django.utils.functional.__proxy__ object at 0xa5fa790>
submit_label = <django.utils.functional.__proxy__ object at 0xa5fa750>
submit_url = 'horizon:project:volumes:volumes:create_transfer'
success_url = <django.utils.functional.__proxy__ object at 0xa5fa5d0>
template_name = 'project/volumes/volumes/create_transfer.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.CreateView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateForm

get_context_data(**kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0xa5f6c90>
page_title = <django.utils.functional.__proxy__ object at 0xa5f6ed0>
submit_label = <django.utils.functional.__proxy__ object at 0xa5f6d90>
submit_url = <django.utils.functional.__proxy__ object at 0xa5f6dd0>
success_url = <django.utils.functional.__proxy__ object at 0xa5f6e50>
template_name = 'project/volumes/volumes/create.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.DetailView[source]

Bases: horizon.tabs.views.TabView

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_redirect_url()[source]
get_tabs(request, *args, **kwargs)[source]
page_title = '{{ volume.name|default:volume.id }}'
tab_group_class

alias of VolumeDetailTabs

template_name = 'horizon/common/_detail.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.EditAttachmentsView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView, horizon.forms.views.ModalFormView

form_class

alias of AttachForm

form_id = 'attach_volume_form'
get(request, *args, **kwargs)[source]
get_context_data(**kwargs)[source]
get_data()[source]
get_form(*args, **kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
modal_header = <django.utils.functional.__proxy__ object at 0xa5faed0>
modal_id = 'attach_volume_modal'
page_title = <django.utils.functional.__proxy__ object at 0xa5fafd0>
post(request, *args, **kwargs)[source]
submit_url = 'horizon:project:volumes:volumes:attach'
success_url = <django.utils.functional.__proxy__ object at 0xa5faf50>
table_class

alias of AttachmentsTable

template_name = 'project/volumes/volumes/attach.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.EncryptionDetailView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

get_context_data(**kwargs)[source]
get_encryption_data(*args, **kwargs)[source]
get_redirect_url()[source]
get_volume_data(*args, **kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0xa5fb310>
template_name = 'project/volumes/volumes/encryption_detail.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.ExtendView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of ExtendForm

get_context_data(**kwargs)[source]
get_initial()[source]
get_object()[source]
modal_header = <django.utils.functional.__proxy__ object at 0xa5f6fd0>
page_title = <django.utils.functional.__proxy__ object at 0xa5fa150>
submit_label = <django.utils.functional.__proxy__ object at 0xa5fa090>
submit_url = 'horizon:project:volumes:volumes:extend'
success_url = <django.utils.functional.__proxy__ object at 0xa5fa110>
template_name = 'project/volumes/volumes/extend.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.RetypeView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of RetypeForm

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0xa5fb190>
modal_id = 'retype_volume_modal'
page_title = <django.utils.functional.__proxy__ object at 0xa5fb290>
submit_label = <django.utils.functional.__proxy__ object at 0xa5fb210>
submit_url = 'horizon:project:volumes:volumes:retype'
success_url = <django.utils.functional.__proxy__ object at 0xa5fb250>
template_name = 'project/volumes/volumes/retype.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.ShowTransferView[source]

Bases: horizon.forms.views.ModalFormView

cancel_label = <django.utils.functional.__proxy__ object at 0xa5fac50>
form_class

alias of ShowTransferForm

get_context_data(**kwargs)[source]
get_initial()[source]
get_object()[source]
modal_header = <django.utils.functional.__proxy__ object at 0xa5fabd0>
modal_id = 'show_volume_transfer_modal'
page_title = <django.utils.functional.__proxy__ object at 0xa5fac90>
submit_url = 'horizon:project:volumes:volumes:show_transfer'
success_url = <django.utils.functional.__proxy__ object at 0xa5fab50>
template_name = 'project/volumes/volumes/show_transfer.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.UpdateView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of UpdateForm

get_context_data(**kwargs)[source]
get_initial()[source]
get_object()[source]
modal_header = <django.utils.functional.__proxy__ object at 0xa5fad90>
modal_id = 'update_volume_modal'
page_title = <django.utils.functional.__proxy__ object at 0xa5fae90>
submit_url = 'horizon:project:volumes:volumes:update'
success_url = <django.utils.functional.__proxy__ object at 0xa5fae10>
template_name = 'project/volumes/volumes/update.html'
class openstack_dashboard.dashboards.project.volumes.volumes.views.UploadToImageView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of UploadToImageForm

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0xa5fa410>
page_title = <django.utils.functional.__proxy__ object at 0xa5fa550>
submit_label = <django.utils.functional.__proxy__ object at 0xa5fa490>
submit_url = 'horizon:project:volumes:volumes:upload_to_image'
success_url = <django.utils.functional.__proxy__ object at 0xa5fa510>
template_name = 'project/volumes/volumes/upload_to_image.html'

Previous topic

The openstack_dashboard.dashboards.project.volumes.volumes Module

Next topic

The openstack_dashboard.dashboards.project.volumes.volumes.tabs Module

This Page