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 0xf89a210>
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 0x10c7d2d0>
ChangeTemplateView.page_title = <django.utils.functional.__proxy__ object at 0xf89acd0>
ChangeTemplateView.submit_label = <django.utils.functional.__proxy__ object at 0xf89ae90>
ChangeTemplateView.submit_url = 'horizon:project:stacks:change_template'
ChangeTemplateView.success_url = <django.utils.functional.__proxy__ object at 0xf89a4d0>
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 0xf5c7590>
CreateStackView.page_title = <django.utils.functional.__proxy__ object at 0xbb4f6d0>
CreateStackView.submit_label = <django.utils.functional.__proxy__ object at 0xbb4f310>
CreateStackView.submit_url = <django.utils.functional.__proxy__ object at 0xbb4fe90>
CreateStackView.success_url = <django.utils.functional.__proxy__ object at 0xbb4f690>
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 0xf758710>
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 0xf6e6350>
EditStackView.page_title = <django.utils.functional.__proxy__ object at 0xf851910>
EditStackView.submit_label = <django.utils.functional.__proxy__ object at 0xf6e6fd0>
EditStackView.submit_url = 'horizon:project:stacks:edit_stack'
EditStackView.success_url = <django.utils.functional.__proxy__ object at 0xf6e6d10>
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 0x11a67910>
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 0xf851050>
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 0xf8519d0>
PreviewStackView.page_title = <django.utils.functional.__proxy__ object at 0xf8512d0>
PreviewStackView.submit_label = <django.utils.functional.__proxy__ object at 0xf851bd0>
PreviewStackView.submit_url = <django.utils.functional.__proxy__ object at 0xf851390>
PreviewStackView.success_url = <django.utils.functional.__proxy__ object at 0xf851d90>
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 0xf89ad10>
PreviewTemplateView.page_title = <django.utils.functional.__proxy__ object at 0xdcaa550>
PreviewTemplateView.submit_label = <django.utils.functional.__proxy__ object at 0xdcaab90>
PreviewTemplateView.submit_url = <django.utils.functional.__proxy__ object at 0xdcaacd0>
PreviewTemplateView.success_url = <django.utils.functional.__proxy__ object at 0xdcaa990>
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 0xf758d90>
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 0x11a67190>
SelectTemplateView.page_title = <django.utils.functional.__proxy__ object at 0x10c7d810>
SelectTemplateView.submit_label = <django.utils.functional.__proxy__ object at 0x11a678d0>
SelectTemplateView.submit_url = <django.utils.functional.__proxy__ object at 0x11a67110>
SelectTemplateView.success_url = <django.utils.functional.__proxy__ object at 0x10c7d910>
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