The openstack_dashboard.contrib.sahara.content.data_processing.clusters.workflows.create ModuleΒΆ

class openstack_dashboard.contrib.sahara.content.data_processing.clusters.workflows.create.ConfigureCluster(request, context_seed, entry_point, *args, **kwargs)[source]

Bases: openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.StatusFormatMixin, horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.contrib.sahara.content.data_processing.clusters.workflows.create.GeneralConfig'>,)
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7bce810>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x7bceb10>
name_property = 'general_cluster_name'
slug = 'configure_cluster'
success_message = <django.utils.functional.__proxy__ object at 0x7bce8d0>
success_url = 'horizon:project:data_processing.clusters:index'
class openstack_dashboard.contrib.sahara.content.data_processing.clusters.workflows.create.CreateCluster(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.workflows.create.CreateClusterTemplate

default_steps = (<class 'openstack_dashboard.contrib.sahara.content.data_processing.clusters.workflows.create.SelectPlugin'>,)
name = <django.utils.functional.__proxy__ object at 0x95e2910>
slug = 'create_cluster'
success_url = 'horizon:project:data_processing.cluster_templates:index'
class openstack_dashboard.contrib.sahara.content.data_processing.clusters.workflows.create.GeneralConfig(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of GeneralConfigAction

contribute(data, context)[source]
contributes = ('hidden_configure_field',)
class openstack_dashboard.contrib.sahara.content.data_processing.clusters.workflows.create.GeneralConfigAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('hidden_configure_field', <django.forms.fields.CharField object at 0x95e20d0>), ('hidden_to_delete_field', <django.forms.fields.CharField object at 0x95e2690>), ('cluster_name', <django.forms.fields.CharField object at 0x95e2110>), ('description', <django.forms.fields.CharField object at 0x95e22d0>), ('cluster_template', <horizon.forms.fields.DynamicChoiceField object at 0x95e2ad0>), ('cluster_count', <django.forms.fields.IntegerField object at 0x7bce310>), ('image', <horizon.forms.fields.DynamicChoiceField object at 0x7bceb90>), ('keypair', <horizon.forms.fields.DynamicChoiceField object at 0x7bce450>)])
clean()[source]
declared_fields = OrderedDict([('hidden_configure_field', <django.forms.fields.CharField object at 0x95e20d0>), ('hidden_to_delete_field', <django.forms.fields.CharField object at 0x95e2690>), ('cluster_name', <django.forms.fields.CharField object at 0x95e2110>), ('description', <django.forms.fields.CharField object at 0x95e22d0>), ('cluster_template', <horizon.forms.fields.DynamicChoiceField object at 0x95e2ad0>), ('cluster_count', <django.forms.fields.IntegerField object at 0x7bce310>), ('image', <horizon.forms.fields.DynamicChoiceField object at 0x7bceb90>), ('keypair', <horizon.forms.fields.DynamicChoiceField object at 0x7bce450>)])
get_help_text()[source]
help_text = ''
help_text_template = 'project/data_processing.clusters/_configure_general_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x7bce210>
permissions = ()
populate_cluster_template_choices(request, context)[source]
populate_image_choices(request, context)[source]
populate_keypair_choices(request, context)[source]
populate_neutron_management_network_choices(request, context)
progress_message = <django.utils.functional.__proxy__ object at 0x7bce650>
slug = u'generalconfigaction'
class openstack_dashboard.contrib.sahara.content.data_processing.clusters.workflows.create.SelectPlugin(workflow)[source]

Bases: openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.workflows.create.SelectPlugin

action_class

alias of SelectPluginAction

class openstack_dashboard.contrib.sahara.content.data_processing.clusters.workflows.create.SelectPluginAction(request, *args, **kwargs)[source]

Bases: openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.workflows.create.SelectPluginAction

base_fields = OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x93749d0>)])
declared_fields = OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x93749d0>)])
help_text = ''
help_text_template = 'project/data_processing.clusters/_create_general_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x95e2210>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x95e2e90>
slug = u'selectpluginaction'

Previous topic

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

Next topic

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

This Page