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

class openstack_dashboard.dashboards.project.stacks.views.ChangeTemplateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of ChangeTemplateForm

get_context_data(**kwargs)[source]
get_form_kwargs()[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
success_url = <django.utils.functional.__proxy__ object at 0xf407460c>
template_name = 'project/stacks/change_template.html'
class openstack_dashboard.dashboards.project.stacks.views.CreateStackView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateStackForm

get_form_kwargs()[source]
get_initial()[source]
load_kwargs(initial)[source]
success_url = <django.utils.functional.__proxy__ object at 0xf407462c>
template_name = 'project/stacks/create.html'
class openstack_dashboard.dashboards.project.stacks.views.DetailView[source]

Bases: horizon.tabs.views.TabView

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_tabs(request, **kwargs)[source]
tab_group_class

alias of StackDetailTabs

template_name = 'project/stacks/detail.html'
class openstack_dashboard.dashboards.project.stacks.views.EditStackView(**kwargs)[source]

Bases: openstack_dashboard.dashboards.project.stacks.views.CreateStackView

form_class

alias of EditStackForm

get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
success_url = <django.utils.functional.__proxy__ object at 0xf407412c>
template_name = 'project/stacks/update.html'
class openstack_dashboard.dashboards.project.stacks.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
table_class

alias of StacksTable

template_name = 'project/stacks/index.html'
class openstack_dashboard.dashboards.project.stacks.views.JSONView(**kwargs)[source]

Bases: django.views.generic.base.View

get(request, stack_id='')[source]
class openstack_dashboard.dashboards.project.stacks.views.ResourceView[source]

Bases: horizon.tabs.views.TabView

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_metadata(*args, **kwargs)[source]
get_tabs(request, **kwargs)[source]
tab_group_class

alias of ResourceDetailTabs

template_name = 'project/stacks/resource.html'
class openstack_dashboard.dashboards.project.stacks.views.SelectTemplateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of TemplateForm

get_form_kwargs()[source]
success_url = <django.utils.functional.__proxy__ object at 0xf40745ec>
template_name = 'project/stacks/select_template.html'

Previous topic

The openstack_dashboard.dashboards.project.stacks.sro Module

Next topic

The openstack_dashboard.dashboards.project.stacks.tests Module

This Page