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

class openstack_dashboard.contrib.sahara.content.data_processing.clusters.views.ClusterDetailsView[source]

Bases: horizon.tabs.views.TabView

ClusterDetailsView.get_context_data(**kwargs)[source]
ClusterDetailsView.get_object(*args, **kwargs)[source]
ClusterDetailsView.page_title = u'Cluster Details'
ClusterDetailsView.tab_group_class

alias of ClusterDetailsTabs

ClusterDetailsView.template_name = 'project/data_processing.clusters/details.html'
class openstack_dashboard.contrib.sahara.content.data_processing.clusters.views.ClusterEventsView(**kwargs)[source]

Bases: django.views.generic.base.View

ClusterEventsView.get(request, *args, **kwargs)[source]
class openstack_dashboard.contrib.sahara.content.data_processing.clusters.views.ClustersView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

ClustersView.get_data()[source]
ClustersView.page_title = u'Clusters'
ClustersView.table_class

alias of ClustersTable

ClustersView.template_name = 'project/data_processing.clusters/clusters.html'
class openstack_dashboard.contrib.sahara.content.data_processing.clusters.views.ConfigureClusterView[source]

Bases: horizon.workflows.views.WorkflowView

ConfigureClusterView.get_initial()[source]
ConfigureClusterView.page_title = u'Configure Cluster'
ConfigureClusterView.success_url = 'horizon:project:data_processing.clusters'
ConfigureClusterView.template_name = 'project/data_processing.clusters/configure.html'
ConfigureClusterView.workflow_class

alias of ConfigureCluster

class openstack_dashboard.contrib.sahara.content.data_processing.clusters.views.CreateClusterView[source]

Bases: horizon.workflows.views.WorkflowView

CreateClusterView.classes = ('ajax-modal',)
CreateClusterView.page_title = u'Launch Cluster'
CreateClusterView.success_url = 'horizon:project:data_processing.clusters:create-cluster'
CreateClusterView.template_name = 'project/data_processing.clusters/create.html'
CreateClusterView.workflow_class

alias of CreateCluster

class openstack_dashboard.contrib.sahara.content.data_processing.clusters.views.ScaleClusterView[source]

Bases: horizon.workflows.views.WorkflowView

ScaleClusterView.classes = ('ajax-modal',)
ScaleClusterView.get_context_data(**kwargs)[source]
ScaleClusterView.get_initial()[source]
ScaleClusterView.get_object(*args, **kwargs)[source]
ScaleClusterView.page_title = u'Scale Cluster'
ScaleClusterView.success_url = 'horizon:project:data_processing.clusters'
ScaleClusterView.template_name = 'project/data_processing.clusters/scale.html'
ScaleClusterView.workflow_class

alias of ScaleCluster

Previous topic

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

Next topic

The openstack_dashboard.contrib.sahara.content.data_processing.clusters.urls Module

This Page