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>
-
handle
(request, context)[source]
-
name
= <django.utils.functional.__proxy__ object>
-
name_property
= 'general_cluster_name'
-
slug
= 'configure_cluster'
-
success_message
= <django.utils.functional.__proxy__ object>
-
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>
-
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 0x2ac911b4d4d0>), ('hidden_to_delete_field', <django.forms.fields.CharField object at 0x2ac911b4d5d0>), ('cluster_name', <django.forms.fields.CharField object at 0x2ac911b4ddd0>), ('description', <django.forms.fields.CharField object at 0x2ac911b4da90>), ('cluster_template', <horizon.forms.fields.DynamicChoiceField object at 0x2ac911afc5d0>), ('cluster_count', <django.forms.fields.IntegerField object at 0x2ac911afc150>), ('image', <horizon.forms.fields.DynamicChoiceField object at 0x2ac911afcc50>), ('keypair', <horizon.forms.fields.DynamicChoiceField object at 0x2ac911afc4d0>)])
-
clean
()[source]
-
declared_fields
= OrderedDict([('hidden_configure_field', <django.forms.fields.CharField object at 0x2ac911b4d4d0>), ('hidden_to_delete_field', <django.forms.fields.CharField object at 0x2ac911b4d5d0>), ('cluster_name', <django.forms.fields.CharField object at 0x2ac911b4ddd0>), ('description', <django.forms.fields.CharField object at 0x2ac911b4da90>), ('cluster_template', <horizon.forms.fields.DynamicChoiceField object at 0x2ac911afc5d0>), ('cluster_count', <django.forms.fields.IntegerField object at 0x2ac911afc150>), ('image', <horizon.forms.fields.DynamicChoiceField object at 0x2ac911afcc50>), ('keypair', <horizon.forms.fields.DynamicChoiceField object at 0x2ac911afc4d0>)])
-
get_help_text
()[source]
-
help_text
= ''
-
help_text_template
= 'project/data_processing.clusters/_configure_general_help.html'
-
media
-
name
= <django.utils.functional.__proxy__ object>
-
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>
-
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 0x2ac90e342050>)])
-
declared_fields
= OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x2ac90e342050>)])
-
help_text
= ''
-
help_text_template
= 'project/data_processing.clusters/_create_general_help.html'
-
media
-
name
= <django.utils.functional.__proxy__ object>
-
permissions
= ()
-
progress_message
= <django.utils.functional.__proxy__ object>
-
slug
= u'selectpluginaction'
-