The openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.views ModuleΒΆ

class openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.views.ClusterTemplateDetailsView[source]

Bases: horizon.tabs.views.TabView

get_context_data(**kwargs)[source]
get_object(*args, **kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb49a1f50>
tab_group_class

alias of ClusterTemplateDetailsTabs

template_name = 'project/data_processing.cluster_templates/details.html'
class openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.views.ClusterTemplatesView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb4f4dd10>
table_class

alias of ClusterTemplatesTable

template_name = 'project/data_processing.cluster_templates/cluster_templates.html'
class openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.views.ConfigureClusterTemplateView[source]

Bases: horizon.workflows.views.WorkflowView

page_title = <django.utils.functional.__proxy__ object at 0x7fdfb4f4d650>
success_url = 'horizon:project:data_processing.cluster_templates'
template_name = 'project/data_processing.cluster_templates/configure.html'
workflow_class

alias of ConfigureClusterTemplate

class openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.views.CopyClusterTemplateView[source]

Bases: horizon.workflows.views.WorkflowView

get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb4f4d890>
success_url = 'horizon:project:data_processing.cluster_templates'
template_name = 'project/data_processing.cluster_templates/configure.html'
workflow_class

alias of CopyClusterTemplate

class openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.views.CreateClusterTemplateView[source]

Bases: horizon.workflows.views.WorkflowView

classes = ('ajax-modal',)
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb4f4ded0>
success_url = 'horizon:project:data_processing.cluster_templates:create-cluster-template'
template_name = 'project/data_processing.cluster_templates/create.html'
workflow_class

alias of CreateClusterTemplate

class openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.views.EditClusterTemplateView[source]

Bases: openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.views.CopyClusterTemplateView

success_url = 'horizon:project:data_processing.cluster_templates'
template_name = 'project/data_processing.cluster_templates/configure.html'
workflow_class

alias of EditClusterTemplate

class openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.views.UploadFileView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of UploadFileForm

page_title = <django.utils.functional.__proxy__ object at 0x7fdfb4f4de10>
success_url = <django.utils.functional.__proxy__ object at 0x7fdfb4f4d6d0>
template_name = 'project/data_processing.cluster_templates/upload_file.html'

Previous topic

The openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates Module

Next topic

The openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.tables Module

Project Source

This Page