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

class openstack_dashboard.dashboards.project.stacks.views.ChangeTemplateView[source]

Bases: horizon.forms.views.ModalFormView

ChangeTemplateView.cancel_url = <django.utils.functional.__proxy__ object at 0xb2de490>
ChangeTemplateView.form_class

alias of ChangeTemplateForm

ChangeTemplateView.form_id = 'change_template'
ChangeTemplateView.get_context_data(**kwargs)[source]
ChangeTemplateView.get_form_kwargs()[source]
ChangeTemplateView.get_initial()[source]
ChangeTemplateView.get_object(*args, **kwargs)[source]
ChangeTemplateView.modal_header = <django.utils.functional.__proxy__ object at 0xb2de9d0>
ChangeTemplateView.page_title = <django.utils.functional.__proxy__ object at 0xb2dea50>
ChangeTemplateView.submit_label = <django.utils.functional.__proxy__ object at 0xb2de7d0>
ChangeTemplateView.submit_url = 'horizon:project:stacks:change_template'
ChangeTemplateView.success_url = <django.utils.functional.__proxy__ object at 0xb2dea10>
ChangeTemplateView.template_name = 'project/stacks/change_template.html'
class openstack_dashboard.dashboards.project.stacks.views.CreateStackView[source]

Bases: horizon.forms.views.ModalFormView

CreateStackView.form_class

alias of CreateStackForm

CreateStackView.form_id = 'launch_stack'
CreateStackView.get_form_kwargs()[source]
CreateStackView.get_initial()[source]
CreateStackView.load_kwargs(initial)[source]
CreateStackView.modal_header = <django.utils.functional.__proxy__ object at 0xb2de650>
CreateStackView.page_title = <django.utils.functional.__proxy__ object at 0xb2dec50>
CreateStackView.submit_label = <django.utils.functional.__proxy__ object at 0xb2de390>
CreateStackView.submit_url = <django.utils.functional.__proxy__ object at 0xb2dee50>
CreateStackView.success_url = <django.utils.functional.__proxy__ object at 0xb2de950>
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]
static DetailView.get_redirect_url()[source]
DetailView.get_tabs(request, **kwargs)[source]
DetailView.get_template(*args, **kwargs)[source]
DetailView.page_title = <django.utils.functional.__proxy__ object at 0xd20db90>
DetailView.tab_group_class

alias of StackDetailTabs

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

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

EditStackView.form_class

alias of EditStackForm

EditStackView.form_id = 'update_stack'
EditStackView.get_context_data(**kwargs)[source]
EditStackView.get_initial()[source]
EditStackView.get_object(*args, **kwargs)[source]
EditStackView.modal_header = <django.utils.functional.__proxy__ object at 0xd20d9d0>
EditStackView.page_title = <django.utils.functional.__proxy__ object at 0xd20d850>
EditStackView.submit_label = <django.utils.functional.__proxy__ object at 0xd20d890>
EditStackView.submit_url = 'horizon:project:stacks:edit_stack'
EditStackView.success_url = <django.utils.functional.__proxy__ object at 0xd20d550>
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.has_prev_data(table)[source]
IndexView.page_title = <django.utils.functional.__proxy__ object at 0xb2de510>
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.PreviewStackDetailsView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormMixin, horizon.views.HorizonTemplateView

PreviewStackDetailsView.get_context_data(**kwargs)[source]
PreviewStackDetailsView.page_title = <django.utils.functional.__proxy__ object at 0xd20d190>
PreviewStackDetailsView.template_name = 'project/stacks/preview_details.html'
class openstack_dashboard.dashboards.project.stacks.views.PreviewStackView[source]

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

PreviewStackView.form_class

alias of PreviewStackForm

PreviewStackView.form_id = 'preview_stack'
PreviewStackView.get_form_kwargs()[source]
PreviewStackView.modal_header = <django.utils.functional.__proxy__ object at 0xd20d7d0>
PreviewStackView.page_title = <django.utils.functional.__proxy__ object at 0xd20db10>
PreviewStackView.submit_label = <django.utils.functional.__proxy__ object at 0xd20d990>
PreviewStackView.submit_url = <django.utils.functional.__proxy__ object at 0xd20df10>
PreviewStackView.success_url = <django.utils.functional.__proxy__ object at 0xd20de50>
PreviewStackView.template_name = 'project/stacks/preview.html'
class openstack_dashboard.dashboards.project.stacks.views.PreviewTemplateView[source]

Bases: horizon.forms.views.ModalFormView

PreviewTemplateView.form_class

alias of PreviewTemplateForm

PreviewTemplateView.form_id = 'preview_template'
PreviewTemplateView.get_form_kwargs()[source]
PreviewTemplateView.modal_header = <django.utils.functional.__proxy__ object at 0xb2def10>
PreviewTemplateView.page_title = <django.utils.functional.__proxy__ object at 0xb2de250>
PreviewTemplateView.submit_label = <django.utils.functional.__proxy__ object at 0xb2dedd0>
PreviewTemplateView.submit_url = <django.utils.functional.__proxy__ object at 0xb2debd0>
PreviewTemplateView.success_url = <django.utils.functional.__proxy__ object at 0xb2decd0>
PreviewTemplateView.template_name = 'project/stacks/preview_template.html'
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.page_title = <django.utils.functional.__proxy__ object at 0xd20dd50>
ResourceView.tab_group_class

alias of ResourceDetailTabs

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

Bases: horizon.forms.views.ModalFormView

SelectTemplateView.form_class

alias of TemplateForm

SelectTemplateView.form_id = 'select_template'
SelectTemplateView.get_form_kwargs()[source]
SelectTemplateView.get_initial()[source]
SelectTemplateView.modal_header = <django.utils.functional.__proxy__ object at 0xb2ded10>
SelectTemplateView.page_title = <django.utils.functional.__proxy__ object at 0xb2de850>
SelectTemplateView.submit_label = <django.utils.functional.__proxy__ object at 0xb2def50>
SelectTemplateView.submit_url = <django.utils.functional.__proxy__ object at 0xb2de210>
SelectTemplateView.success_url = <django.utils.functional.__proxy__ object at 0xb2de6d0>
SelectTemplateView.template_name = 'project/stacks/select_template.html'

Previous topic

The openstack_dashboard.dashboards.project.stacks Module

Next topic

The openstack_dashboard.dashboards.project.stacks.tabs Module

This Page