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-
get_context_data(**kwargs)[source]
-
get_object(*args, **kwargs)[source]
-
page_title= u'Cluster Details'
-
tab_group_class alias of
ClusterDetailsTabs
-
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-
get(request, *args, **kwargs)[source]
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.clusters.views.ClustersView(*args, **kwargs)[source] Bases:
horizon.tables.views.DataTableView-
get_data()[source]
-
page_title= u'Clusters'
-
table_class alias of
ClustersTable
-
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-
get_initial()[source]
-
page_title= u'Configure Cluster'
-
success_url= 'horizon:project:data_processing.clusters'
-
template_name= 'project/data_processing.clusters/configure.html'
-
workflow_class alias of
ConfigureCluster
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.clusters.views.CreateClusterView[source] Bases:
horizon.workflows.views.WorkflowView-
classes= ('ajax-modal',)
-
page_title= u'Launch Cluster'
-
success_url= 'horizon:project:data_processing.clusters:create-cluster'
-
template_name= 'project/data_processing.clusters/create.html'
-
workflow_class alias of
CreateCluster
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.clusters.views.ScaleClusterView[source] Bases:
horizon.workflows.views.WorkflowView-
classes= ('ajax-modal',)
-
get_context_data(**kwargs)[source]
-
get_initial()[source]
-
get_object(*args, **kwargs)[source]
-
page_title= u'Scale Cluster'
-
success_url= 'horizon:project:data_processing.clusters'
-
template_name= 'project/data_processing.clusters/scale.html'
-
workflow_class alias of
ScaleCluster
-