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

class openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.ConfigureNodegroupTemplate(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

ConfigureNodegroupTemplate.default_steps = (<class 'openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.GeneralConfig'>,)
ConfigureNodegroupTemplate.finalize_button_name = <django.utils.functional.__proxy__ object at 0x6ebf7d0>
ConfigureNodegroupTemplate.handle(request, context)[source]
ConfigureNodegroupTemplate.is_valid()[source]
ConfigureNodegroupTemplate.name = <django.utils.functional.__proxy__ object at 0x6ebf790>
ConfigureNodegroupTemplate.name_property = 'general_nodegroup_name'
ConfigureNodegroupTemplate.slug = 'configure_nodegroup_template'
ConfigureNodegroupTemplate.success_message = <django.utils.functional.__proxy__ object at 0x6ebf810>
ConfigureNodegroupTemplate.success_url = 'horizon:project:data_processing.nodegroup_templates:index'
class openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.CreateNodegroupTemplate(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

CreateNodegroupTemplate.default_steps = (<class 'openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.SelectPlugin'>,)
CreateNodegroupTemplate.failure_message = <django.utils.functional.__proxy__ object at 0x6ebfc50>
CreateNodegroupTemplate.finalize_button_name = <django.utils.functional.__proxy__ object at 0x6ebfb90>
CreateNodegroupTemplate.name = <django.utils.functional.__proxy__ object at 0x6ebfb50>
CreateNodegroupTemplate.slug = 'create_nodegroup_template'
CreateNodegroupTemplate.success_message = <django.utils.functional.__proxy__ object at 0x6ebfbd0>
CreateNodegroupTemplate.success_url = 'horizon:project:data_processing.nodegroup_templates:index'
class openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.GeneralConfig(workflow)[source]

Bases: horizon.workflows.base.Step

GeneralConfig.action_class

alias of GeneralConfigAction

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

Bases: horizon.workflows.base.Action

GeneralConfigAction.base_fields = {'nodegroup_name': <django.forms.fields.CharField object at 0x6ebae90>, 'description': <django.forms.fields.CharField object at 0x6ebafd0>, 'flavor': <django.forms.fields.ChoiceField object at 0x6ebf110>, 'storage': <django.forms.fields.ChoiceField object at 0x6ebf2d0>, 'volumes_per_node': <django.forms.fields.IntegerField object at 0x6ebf3d0>, 'volumes_size': <django.forms.fields.IntegerField object at 0x6ebf4d0>, 'hidden_configure_field': <django.forms.fields.CharField object at 0x6ebf590>}
GeneralConfigAction.get_help_text()[source]
GeneralConfigAction.help_text = ''
GeneralConfigAction.help_text_template = 'project/data_processing.nodegroup_templates/_configure_general_help.html'
GeneralConfigAction.media
GeneralConfigAction.name = <django.utils.functional.__proxy__ object at 0x6ebf5d0>
GeneralConfigAction.permissions = ()
GeneralConfigAction.populate_flavor_choices(request, context)[source]
GeneralConfigAction.progress_message = <django.utils.functional.__proxy__ object at 0x6ebf750>
GeneralConfigAction.slug = u'generalconfigaction'
class openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.SelectPlugin(workflow)[source]

Bases: horizon.workflows.base.Step

SelectPlugin.action_class

alias of SelectPluginAction

SelectPlugin.contribute(data, context)[source]
SelectPlugin.contributes = ('plugin_name', 'hadoop_version')
class openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.SelectPluginAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action, openstack_dashboard.dashboards.project.data_processing.utils.workflow_helpers.PluginAndVersionMixin

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

Previous topic

The openstack_dashboard.dashboards.project.data_processing.nodegroup_templates Module

Next topic

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

This Page