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 0x9783d50>
ConfigureClusterTemplate.handle(request, context)[source]
ConfigureClusterTemplate.is_valid()[source]
ConfigureClusterTemplate.name = <django.utils.functional.__proxy__ object at 0x9783ad0>
ConfigureClusterTemplate.name_property = 'general_cluster_template_name'
ConfigureClusterTemplate.slug = 'configure_cluster_template'
ConfigureClusterTemplate.success_message = <django.utils.functional.__proxy__ object at 0x9783d90>
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 0x97832d0>), ('forms_ids', <django.forms.fields.CharField object at 0x9783790>)])
ConfigureNodegroupsAction.clean()[source]
ConfigureNodegroupsAction.declared_fields = OrderedDict([('hidden_nodegroups_field', <django.forms.fields.CharField object at 0x97832d0>), ('forms_ids', <django.forms.fields.CharField object at 0x9783790>)])
ConfigureNodegroupsAction.help_text = ''
ConfigureNodegroupsAction.help_text_template = None
ConfigureNodegroupsAction.media
ConfigureNodegroupsAction.name = <django.utils.functional.__proxy__ object at 0x9783710>
ConfigureNodegroupsAction.permissions = ()
ConfigureNodegroupsAction.progress_message = <django.utils.functional.__proxy__ object at 0x9783f10>
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 0x9783f50>
CreateClusterTemplate.finalize_button_name = <django.utils.functional.__proxy__ object at 0x97838d0>
CreateClusterTemplate.name = <django.utils.functional.__proxy__ object at 0x9783490>
CreateClusterTemplate.slug = 'create_cluster_template'
CreateClusterTemplate.success_message = <django.utils.functional.__proxy__ object at 0x9783b10>
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 0x9783c50>), ('hidden_to_delete_field', <django.forms.fields.CharField object at 0x9783dd0>), ('cluster_template_name', <django.forms.fields.CharField object at 0x9783610>), ('description', <django.forms.fields.CharField object at 0x9783810>), ('anti_affinity', <django.forms.fields.MultipleChoiceField object at 0x9783850>)])
GeneralConfigAction.clean()[source]
GeneralConfigAction.declared_fields = OrderedDict([('hidden_configure_field', <django.forms.fields.CharField object at 0x9783c50>), ('hidden_to_delete_field', <django.forms.fields.CharField object at 0x9783dd0>), ('cluster_template_name', <django.forms.fields.CharField object at 0x9783610>), ('description', <django.forms.fields.CharField object at 0x9783810>), ('anti_affinity', <django.forms.fields.MultipleChoiceField object at 0x9783850>)])
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 0x9783a50>
GeneralConfigAction.permissions = ()
GeneralConfigAction.populate_anti_affinity_choices(request, context)
GeneralConfigAction.progress_message = <django.utils.functional.__proxy__ object at 0x9783c10>
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 0x973d310>)])
SelectPluginAction.declared_fields = OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x973d310>)])
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 0x9783290>
SelectPluginAction.permissions = ()
SelectPluginAction.progress_message = <django.utils.functional.__proxy__ object at 0x9783cd0>
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