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

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

Bases: horizon.forms.views.ModalFormView

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

alias of ChangeTemplateForm

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

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateStackForm

form_id = 'launch_stack'
get_form_kwargs()[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f484e8c95d0>
page_title = <django.utils.functional.__proxy__ object at 0x7f484e8c9490>
submit_label = <django.utils.functional.__proxy__ object at 0x7f484e8c9650>
submit_url = <django.utils.functional.__proxy__ object at 0x7f484e8c96d0>
success_url = <django.utils.functional.__proxy__ object at 0x7f484e8c98d0>
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]
static get_redirect_url()[source]
get_tabs(request, **kwargs)[source]
get_template(*args, **kwargs)[source]
page_title = '{{ stack.stack_name|default:stack.id }}'
tab_group_class

alias of StackDetailTabs

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

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

form_class

alias of EditStackForm

form_id = 'update_stack'
get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f484c15f350>
page_title = <django.utils.functional.__proxy__ object at 0x7f484c3f26d0>
submit_label = <django.utils.functional.__proxy__ object at 0x7f484c3f2a90>
submit_url = 'horizon:project:stacks:edit_stack'
success_url = <django.utils.functional.__proxy__ object at 0x7f484c3f2ad0>
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]
has_more_data(table)[source]
has_prev_data(table)[source]
page_title = <django.utils.functional.__proxy__ object at 0x7f484e8c9410>
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.PreviewStackDetailsView(*args, **kwargs)[source]

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

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

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

form_class

alias of PreviewStackForm

form_id = 'preview_stack'
get_form_kwargs()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f484c3f2d90>
page_title = <django.utils.functional.__proxy__ object at 0x7f484c3f2cd0>
submit_label = <django.utils.functional.__proxy__ object at 0x7f484c3f2b50>
submit_url = <django.utils.functional.__proxy__ object at 0x7f484c3f2110>
success_url = <django.utils.functional.__proxy__ object at 0x7f484c3f2250>
template_name = 'project/stacks/preview.html'
class openstack_dashboard.dashboards.project.stacks.views.PreviewTemplateView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of PreviewTemplateForm

form_id = 'preview_template'
get_form_kwargs()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f484c5f9250>
page_title = <django.utils.functional.__proxy__ object at 0x7f484e8c9f50>
submit_label = <django.utils.functional.__proxy__ object at 0x7f484e8c9110>
submit_url = <django.utils.functional.__proxy__ object at 0x7f484e8c9c10>
success_url = <django.utils.functional.__proxy__ object at 0x7f484e8c9a50>
template_name = 'project/stacks/preview_template.html'
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]
page_title = '{{ resource.resource_name|default:resource.logical_resource_id }}'
tab_group_class

alias of ResourceDetailTabs

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

Bases: horizon.forms.views.ModalFormView

form_class

alias of TemplateForm

form_id = 'select_template'
get_form_kwargs()[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f484e8c9f10>
page_title = <django.utils.functional.__proxy__ object at 0x7f484e8c9550>
submit_label = <django.utils.functional.__proxy__ object at 0x7f484e8c9250>
submit_url = <django.utils.functional.__proxy__ object at 0x7f484e8c9450>
success_url = <django.utils.functional.__proxy__ object at 0x7f484e8c9750>
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.resource_types.panel Module

Project Source

This Page