The openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create ModuleΒΆ

class openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.ConfigureClusterTemplate(request, context_seed, entry_point, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.data_processing.utils.workflow_helpers.ServiceParametersWorkflow, openstack_dashboard.dashboards.project.data_processing.utils.workflow_helpers.StatusFormatMixin

ConfigureClusterTemplate.default_steps = (<class 'openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.GeneralConfig'>, <class 'openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.ConfigureNodegroups'>)
ConfigureClusterTemplate.finalize_button_name = <django.utils.functional.__proxy__ object at 0x743c050>
ConfigureClusterTemplate.handle(request, context)[source]
ConfigureClusterTemplate.is_valid()[source]
ConfigureClusterTemplate.name = <django.utils.functional.__proxy__ object at 0x7437fd0>
ConfigureClusterTemplate.name_property = 'general_cluster_template_name'
ConfigureClusterTemplate.slug = 'configure_cluster_template'
ConfigureClusterTemplate.success_message = <django.utils.functional.__proxy__ object at 0x743c090>
ConfigureClusterTemplate.success_url = 'horizon:project:data_processing.cluster_templates:index'
class openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.ConfigureNodegroups(workflow)[source]

Bases: horizon.workflows.base.Step

ConfigureNodegroups.action_class

alias of ConfigureNodegroupsAction

ConfigureNodegroups.contribute(data, context)[source]
ConfigureNodegroups.contributes = ('hidden_nodegroups_field',)
ConfigureNodegroups.template_name = 'project/data_processing.cluster_templates/cluster_node_groups_template.html'
class openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.ConfigureNodegroupsAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

ConfigureNodegroupsAction.base_fields = {'hidden_nodegroups_field': <django.forms.fields.CharField object at 0x7430310>, 'forms_ids': <django.forms.fields.CharField object at 0x7437dd0>}
ConfigureNodegroupsAction.clean()[source]
ConfigureNodegroupsAction.help_text = ''
ConfigureNodegroupsAction.help_text_template = None
ConfigureNodegroupsAction.media
ConfigureNodegroupsAction.name = <django.utils.functional.__proxy__ object at 0x7437e10>
ConfigureNodegroupsAction.permissions = ()
ConfigureNodegroupsAction.progress_message = <django.utils.functional.__proxy__ object at 0x7437f50>
ConfigureNodegroupsAction.slug = u'configurenodegroupsaction'
class openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.CreateClusterTemplate(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

CreateClusterTemplate.default_steps = (<class 'openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.SelectPlugin'>,)
CreateClusterTemplate.failure_message = <django.utils.functional.__proxy__ object at 0x7437590>
CreateClusterTemplate.finalize_button_name = <django.utils.functional.__proxy__ object at 0x74374d0>
CreateClusterTemplate.name = <django.utils.functional.__proxy__ object at 0x7437490>
CreateClusterTemplate.slug = 'create_cluster_template'
CreateClusterTemplate.success_message = <django.utils.functional.__proxy__ object at 0x7437510>
CreateClusterTemplate.success_url = 'horizon:project:data_processing.cluster_templates:index'
class openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.GeneralConfig(workflow)[source]

Bases: horizon.workflows.base.Step

GeneralConfig.action_class

alias of GeneralConfigAction

GeneralConfig.contribute(data, context)[source]
GeneralConfig.contributes = ('hidden_configure_field',)
class openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.GeneralConfigAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

GeneralConfigAction.base_fields = {'hidden_configure_field': <django.forms.fields.CharField object at 0x74376d0>, 'hidden_to_delete_field': <django.forms.fields.CharField object at 0x74377d0>, 'cluster_template_name': <django.forms.fields.CharField object at 0x7437850>, 'description': <django.forms.fields.CharField object at 0x7437950>, 'anti_affinity': <django.forms.fields.MultipleChoiceField object at 0x7437b50>}
GeneralConfigAction.clean()[source]
GeneralConfigAction.get_help_text()[source]
GeneralConfigAction.help_text = ''
GeneralConfigAction.help_text_template = 'project/data_processing.cluster_templates/_configure_general_help.html'
GeneralConfigAction.media
GeneralConfigAction.name = <django.utils.functional.__proxy__ object at 0x7437b90>
GeneralConfigAction.permissions = ()
GeneralConfigAction.populate_anti_affinity_choices(request, context)
GeneralConfigAction.progress_message = <django.utils.functional.__proxy__ object at 0x7437d10>
GeneralConfigAction.slug = u'generalconfigaction'
class openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.SelectPlugin(workflow)[source]

Bases: horizon.workflows.base.Step

SelectPlugin.action_class

alias of SelectPluginAction

class openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.SelectPluginAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

SelectPluginAction.base_fields = {'hidden_create_field': <django.forms.fields.CharField object at 0x7437350>}
SelectPluginAction.help_text = ''
SelectPluginAction.help_text_template = 'project/data_processing.cluster_templates/_create_general_help.html'
SelectPluginAction.media
SelectPluginAction.name = <django.utils.functional.__proxy__ object at 0x7437390>
SelectPluginAction.permissions = ()
SelectPluginAction.progress_message = <django.utils.functional.__proxy__ object at 0x7437450>
SelectPluginAction.slug = u'selectpluginaction'

Previous topic

The openstack_dashboard.dashboards.project.data_processing.cluster_templates Module

Next topic

The openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.copy Module

This Page