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 0x7718950>
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 0x7718690>
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 0x7718390>
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 0x7718e90>
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 0x7718510>
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 0x7718f90>
success_url = <django.utils.functional.__proxy__ object at 0x7718d50>
template_name = 'project/data_processing.cluster_templates/upload_file.html'

Previous topic

The openstack_dashboard.contrib.sahara.content.data_processing.job_binaries.panel Module

Next topic

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

This Page