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

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

Bases: horizon.forms.views.ModalFormView

cancel_url = <django.utils.functional.__proxy__ object at 0xdaef250>
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 0xdaef650>
page_title = <django.utils.functional.__proxy__ object at 0xdaef190>
submit_label = <django.utils.functional.__proxy__ object at 0xdaef1d0>
submit_url = 'horizon:project:stacks:change_template'
success_url = <django.utils.functional.__proxy__ object at 0xdaef050>
template_name = 'project/stacks/change_template.html'
class openstack_dashboard.dashboards.project.stacks.views.CreateStackView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateStackForm

form_id = 'launch_stack'
get_form_kwargs()[source]
get_initial()[source]
load_kwargs(initial)[source]
modal_header = <django.utils.functional.__proxy__ object at 0xd535fd0>
page_title = <django.utils.functional.__proxy__ object at 0xd5359d0>
submit_label = <django.utils.functional.__proxy__ object at 0xd5358d0>
submit_url = <django.utils.functional.__proxy__ object at 0xd535f10>
success_url = <django.utils.functional.__proxy__ object at 0xd535490>
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 = <django.utils.functional.__proxy__ object at 0xd1f1790>
tab_group_class

alias of StackDetailTabs

template_name = 'project/stacks/detail.html'
class openstack_dashboard.dashboards.project.stacks.views.EditStackView[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 0xee5aed0>
page_title = <django.utils.functional.__proxy__ object at 0xf3ee290>
submit_label = <django.utils.functional.__proxy__ object at 0xf3ee110>
submit_url = 'horizon:project:stacks:edit_stack'
success_url = <django.utils.functional.__proxy__ object at 0xf3eeb50>
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 0xf3d52d0>
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(**kwargs)[source]

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

get_context_data(**kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0xc8988d0>
template_name = 'project/stacks/preview_details.html'
class openstack_dashboard.dashboards.project.stacks.views.PreviewStackView[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 0xf3eeed0>
page_title = <django.utils.functional.__proxy__ object at 0xc898e10>
submit_label = <django.utils.functional.__proxy__ object at 0xf3eebd0>
submit_url = <django.utils.functional.__proxy__ object at 0xf3ee590>
success_url = <django.utils.functional.__proxy__ object at 0xc898dd0>
template_name = 'project/stacks/preview.html'
class openstack_dashboard.dashboards.project.stacks.views.PreviewTemplateView[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 0xdaef810>
page_title = <django.utils.functional.__proxy__ object at 0xd535550>
submit_label = <django.utils.functional.__proxy__ object at 0xdaef7d0>
submit_url = <django.utils.functional.__proxy__ object at 0x10a55250>
success_url = <django.utils.functional.__proxy__ object at 0xee24f90>
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 = <django.utils.functional.__proxy__ object at 0xd1f1f10>
tab_group_class

alias of ResourceDetailTabs

template_name = 'project/stacks/resource.html'
class openstack_dashboard.dashboards.project.stacks.views.SelectTemplateView[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 0xf3d5410>
page_title = <django.utils.functional.__proxy__ object at 0xdaefe50>
submit_label = <django.utils.functional.__proxy__ object at 0xf3d5d90>
submit_url = <django.utils.functional.__proxy__ object at 0xf3d5a10>
success_url = <django.utils.functional.__proxy__ object at 0xf3d5550>
template_name = 'project/stacks/select_template.html'

Previous topic

The openstack_dashboard.dashboards.project.stacks.urls Module

Next topic

The openstack_dashboard.dashboards.project.stacks.resource_types Module

This Page