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 0x8336390>
ConfigureClusterTemplate.handle(request, context)[source]
ConfigureClusterTemplate.is_valid()[source]
ConfigureClusterTemplate.name = <django.utils.functional.__proxy__ object at 0x8336c90>
ConfigureClusterTemplate.name_property = 'general_cluster_template_name'
ConfigureClusterTemplate.slug = 'configure_cluster_template'
ConfigureClusterTemplate.success_message = <django.utils.functional.__proxy__ object at 0x83369d0>
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 = OrderedDict([('hidden_nodegroups_field', <django.forms.fields.CharField object at 0x83363d0>), ('forms_ids', <django.forms.fields.CharField object at 0x83364d0>)])
ConfigureNodegroupsAction.clean()[source]
ConfigureNodegroupsAction.declared_fields = OrderedDict([('hidden_nodegroups_field', <django.forms.fields.CharField object at 0x83363d0>), ('forms_ids', <django.forms.fields.CharField object at 0x83364d0>)])
ConfigureNodegroupsAction.help_text = ''
ConfigureNodegroupsAction.help_text_template = None
ConfigureNodegroupsAction.media
ConfigureNodegroupsAction.name = <django.utils.functional.__proxy__ object at 0x8336a50>
ConfigureNodegroupsAction.permissions = ()
ConfigureNodegroupsAction.progress_message = <django.utils.functional.__proxy__ object at 0x8336c50>
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 0x8d642d0>
CreateClusterTemplate.finalize_button_name = <django.utils.functional.__proxy__ object at 0x8d64f50>
CreateClusterTemplate.name = <django.utils.functional.__proxy__ object at 0x8d64c90>
CreateClusterTemplate.slug = 'create_cluster_template'
CreateClusterTemplate.success_message = <django.utils.functional.__proxy__ object at 0x8d64710>
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 = OrderedDict([('hidden_configure_field', <django.forms.fields.CharField object at 0x8d646d0>), ('hidden_to_delete_field', <django.forms.fields.CharField object at 0x8d64250>), ('cluster_template_name', <django.forms.fields.CharField object at 0x8d65990>), ('description', <django.forms.fields.CharField object at 0x8d652d0>), ('anti_affinity', <django.forms.fields.MultipleChoiceField object at 0x8336e90>)])
GeneralConfigAction.clean()[source]
GeneralConfigAction.declared_fields = OrderedDict([('hidden_configure_field', <django.forms.fields.CharField object at 0x8d646d0>), ('hidden_to_delete_field', <django.forms.fields.CharField object at 0x8d64250>), ('cluster_template_name', <django.forms.fields.CharField object at 0x8d65990>), ('description', <django.forms.fields.CharField object at 0x8d652d0>), ('anti_affinity', <django.forms.fields.MultipleChoiceField object at 0x8336e90>)])
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 0x83366d0>
GeneralConfigAction.permissions = ()
GeneralConfigAction.populate_anti_affinity_choices(request, context)
GeneralConfigAction.progress_message = <django.utils.functional.__proxy__ object at 0x8336850>
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 = OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x8d64090>)])
SelectPluginAction.declared_fields = OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x8d64090>)])
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 0x8d641d0>
SelectPluginAction.permissions = ()
SelectPluginAction.progress_message = <django.utils.functional.__proxy__ object at 0x8d64390>
SelectPluginAction.slug = u'selectpluginaction'

Previous topic

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

Next topic

The openstack_dashboard.dashboards.project.data_processing.wizard.panel Module

This Page