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'>, <class 'openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.SecurityConfig'>)
ConfigureNodegroupTemplate.finalize_button_name = <django.utils.functional.__proxy__ object at 0x7943050>
ConfigureNodegroupTemplate.handle(request, context)[source]
ConfigureNodegroupTemplate.is_valid()[source]
ConfigureNodegroupTemplate.name = <django.utils.functional.__proxy__ object at 0x7943950>
ConfigureNodegroupTemplate.name_property = 'general_nodegroup_name'
ConfigureNodegroupTemplate.slug = 'configure_nodegroup_template'
ConfigureNodegroupTemplate.success_message = <django.utils.functional.__proxy__ object at 0x79435d0>
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 0x53379d0>
CreateNodegroupTemplate.finalize_button_name = <django.utils.functional.__proxy__ object at 0x5337e50>
CreateNodegroupTemplate.name = <django.utils.functional.__proxy__ object at 0x5337750>
CreateNodegroupTemplate.slug = 'create_nodegroup_template'
CreateNodegroupTemplate.success_message = <django.utils.functional.__proxy__ object at 0x5337250>
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 = OrderedDict([('nodegroup_name', <django.forms.fields.CharField object at 0x583fa10>), ('description', <django.forms.fields.CharField object at 0x583f3d0>), ('flavor', <django.forms.fields.ChoiceField object at 0x583f110>), ('availability_zone', <django.forms.fields.ChoiceField object at 0x7d871d0>), ('storage', <django.forms.fields.ChoiceField object at 0x7d87710>), ('volumes_per_node', <django.forms.fields.IntegerField object at 0x7d19c10>), ('volumes_size', <django.forms.fields.IntegerField object at 0x8f1c950>), ('volumes_availability_zone', <django.forms.fields.ChoiceField object at 0x8f1c990>), ('hidden_configure_field', <django.forms.fields.CharField object at 0x8f1c250>)])
GeneralConfigAction.declared_fields = OrderedDict([('nodegroup_name', <django.forms.fields.CharField object at 0x583fa10>), ('description', <django.forms.fields.CharField object at 0x583f3d0>), ('flavor', <django.forms.fields.ChoiceField object at 0x583f110>), ('availability_zone', <django.forms.fields.ChoiceField object at 0x7d871d0>), ('storage', <django.forms.fields.ChoiceField object at 0x7d87710>), ('volumes_per_node', <django.forms.fields.IntegerField object at 0x7d19c10>), ('volumes_size', <django.forms.fields.IntegerField object at 0x8f1c950>), ('volumes_availability_zone', <django.forms.fields.ChoiceField object at 0x8f1c990>), ('hidden_configure_field', <django.forms.fields.CharField object at 0x8f1c250>)])
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 0x8f1c5d0>
GeneralConfigAction.permissions = ()
GeneralConfigAction.populate_availability_zone_choices(request, context)[source]
GeneralConfigAction.populate_flavor_choices(request, context)[source]
GeneralConfigAction.populate_volumes_availability_zone_choices(request, context)[source]
GeneralConfigAction.progress_message = <django.utils.functional.__proxy__ object at 0x8f1c910>
GeneralConfigAction.slug = u'generalconfigaction'
class openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.SecurityConfig(workflow)[source]

Bases: horizon.workflows.base.Step

SecurityConfig.action_class

alias of SecurityConfigAction

SecurityConfig.contributes = ('security_autogroup', 'security_groups')
class openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.SecurityConfigAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

SecurityConfigAction.base_fields = OrderedDict()
SecurityConfigAction.declared_fields = OrderedDict()
SecurityConfigAction.help_text = <django.utils.functional.__proxy__ object at 0x7943850>
SecurityConfigAction.help_text_template = None
SecurityConfigAction.media
SecurityConfigAction.name = <django.utils.functional.__proxy__ object at 0x7943510>
SecurityConfigAction.permissions = ()
SecurityConfigAction.progress_message = <django.utils.functional.__proxy__ object at 0x7943b90>
SecurityConfigAction.slug = u'securityconfigaction'
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 = OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x7943410>)])
SelectPluginAction.declared_fields = OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x7943410>)])
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 0x7943310>
SelectPluginAction.permissions = ()
SelectPluginAction.progress_message = <django.utils.functional.__proxy__ object at 0x5337850>
SelectPluginAction.slug = u'selectpluginaction'

Previous topic

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

Next topic

The openstack_dashboard.dashboards.project.data_processing.data_plugins.tables Module

This Page