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

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

Bases: horizon.forms.views.ModalFormView

ChangeTemplateView.form_class

alias of ChangeTemplateForm

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

Bases: horizon.forms.views.ModalFormView

CreateStackView.form_class

alias of CreateStackForm

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

Bases: horizon.tabs.views.TabView

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

alias of StackDetailTabs

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

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

EditStackView.form_class

alias of EditStackForm

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

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.has_more_data(table)[source]
IndexView.table_class

alias of StacksTable

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

Bases: django.views.generic.base.View

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

Bases: horizon.tabs.views.TabView

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

alias of ResourceDetailTabs

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

Bases: horizon.forms.views.ModalFormView

SelectTemplateView.form_class

alias of TemplateForm

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

Previous topic

The openstack_dashboard.dashboards.project.stacks.forms Module

Next topic

The openstack_dashboard.dashboards.project.stacks.sro Module

This Page