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

Views for managing images.

class openstack_dashboard.dashboards.project.images.images.views.CreateView[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'image'
form_class

alias of CreateImageForm

page_title = <django.utils.functional.__proxy__ object at 0x2b77f8769bd0>
success_url = <django.utils.functional.__proxy__ object at 0x2b77f73770d0>
template_name = 'project/images/images/create.html'
class openstack_dashboard.dashboards.project.images.images.views.DetailView[source]

Bases: horizon.tabs.views.TabView

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
static get_redirect_url()[source]
get_tabs(request, *args, **kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0x2b77f87697d0>
tab_group_class

alias of ImageDetailTabs

template_name = 'project/images/images/detail.html'
class openstack_dashboard.dashboards.project.images.images.views.UpdateView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of UpdateImageForm

get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0x2b77f8769f90>
success_url = <django.utils.functional.__proxy__ object at 0x2b77f8769610>
template_name = 'project/images/images/update.html'

Previous topic

The openstack_dashboard.dashboards.project.images.snapshots.forms Module

Next topic

The openstack_dashboard.dashboards.project.images.images Module

This Page