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 0xc17e790>
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 0xc17ebd0>
ChangeTemplateView.page_title = <django.utils.functional.__proxy__ object at 0xc17e7d0>
ChangeTemplateView.submit_label = <django.utils.functional.__proxy__ object at 0xc17e350>
ChangeTemplateView.submit_url = 'horizon:project:stacks:change_template'
ChangeTemplateView.success_url = <django.utils.functional.__proxy__ object at 0xc17e150>
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 0xc17eb90>
CreateStackView.page_title = <django.utils.functional.__proxy__ object at 0xc17ec50>
CreateStackView.submit_label = <django.utils.functional.__proxy__ object at 0xc17ee90>
CreateStackView.submit_url = <django.utils.functional.__proxy__ object at 0xc17e050>
CreateStackView.success_url = <django.utils.functional.__proxy__ object at 0xc17e1d0>
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 0xe758590>
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 0xc17e910>
EditStackView.page_title = <django.utils.functional.__proxy__ object at 0xe758290>
EditStackView.submit_label = <django.utils.functional.__proxy__ object at 0xaa41310>
EditStackView.submit_url = 'horizon:project:stacks:edit_stack'
EditStackView.success_url = <django.utils.functional.__proxy__ object at 0xaa41450>
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 0xc17e390>
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 0xe7583d0>
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 0xe758750>
PreviewStackView.page_title = <django.utils.functional.__proxy__ object at 0xe758890>
PreviewStackView.submit_label = <django.utils.functional.__proxy__ object at 0xe758c90>
PreviewStackView.submit_url = <django.utils.functional.__proxy__ object at 0xe758790>
PreviewStackView.success_url = <django.utils.functional.__proxy__ object at 0xe758410>
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 0xc17e0d0>
PreviewTemplateView.page_title = <django.utils.functional.__proxy__ object at 0xc17e750>
PreviewTemplateView.submit_label = <django.utils.functional.__proxy__ object at 0xc17e4d0>
PreviewTemplateView.submit_url = <django.utils.functional.__proxy__ object at 0xc17e5d0>
PreviewTemplateView.success_url = <django.utils.functional.__proxy__ object at 0xc17e450>
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 0xe758690>
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 0xc17e690>
SelectTemplateView.page_title = <django.utils.functional.__proxy__ object at 0xc17e410>
SelectTemplateView.submit_label = <django.utils.functional.__proxy__ object at 0xc17ea10>
SelectTemplateView.submit_url = <django.utils.functional.__proxy__ object at 0xc17e650>
SelectTemplateView.success_url = <django.utils.functional.__proxy__ object at 0xc17ed10>
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.urls Module

This Page