The openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create ModuleΒΆ

class openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create.AdditionalLibsAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

AdditionalLibsAction.base_fields = OrderedDict([('lib_binaries', <horizon.forms.fields.DynamicChoiceField object at 0x7215110>), ('lib_ids', <django.forms.fields.CharField object at 0x9586cd0>)])
AdditionalLibsAction.declared_fields = OrderedDict([('lib_binaries', <horizon.forms.fields.DynamicChoiceField object at 0x7215110>), ('lib_ids', <django.forms.fields.CharField object at 0x9586cd0>)])
AdditionalLibsAction.help_text = ''
AdditionalLibsAction.help_text_template = 'project/data_processing.jobs/_create_job_libs_help.html'
AdditionalLibsAction.media
AdditionalLibsAction.name = <django.utils.functional.__proxy__ object at 0x9586990>
AdditionalLibsAction.permissions = ()
AdditionalLibsAction.populate_lib_binaries_choices(request, context)[source]
AdditionalLibsAction.progress_message = <django.utils.functional.__proxy__ object at 0x8cc8110>
AdditionalLibsAction.slug = u'additionallibsaction'
class openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create.ConfigureArguments(workflow)[source]

Bases: horizon.workflows.base.Step

ConfigureArguments.action_class

alias of ConfigureInterfaceArgumentsAction

ConfigureArguments.contribute(data, context)[source]
ConfigureArguments.contributes = ('hidden_arguments_field',)
ConfigureArguments.template_name = 'project/data_processing.jobs/job_interface_arguments_template.html'
class openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create.ConfigureInterfaceArgumentsAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

ConfigureInterfaceArgumentsAction.base_fields = OrderedDict([('hidden_arguments_field', <django.forms.fields.CharField object at 0x6e12d50>), ('argument_ids', <django.forms.fields.CharField object at 0x6e12210>)])
ConfigureInterfaceArgumentsAction.clean()[source]
ConfigureInterfaceArgumentsAction.declared_fields = OrderedDict([('hidden_arguments_field', <django.forms.fields.CharField object at 0x6e12d50>), ('argument_ids', <django.forms.fields.CharField object at 0x6e12210>)])
ConfigureInterfaceArgumentsAction.help_text = ''
ConfigureInterfaceArgumentsAction.help_text_template = None
ConfigureInterfaceArgumentsAction.media
ConfigureInterfaceArgumentsAction.name = <django.utils.functional.__proxy__ object at 0x6e123d0>
ConfigureInterfaceArgumentsAction.permissions = ()
ConfigureInterfaceArgumentsAction.progress_message = <django.utils.functional.__proxy__ object at 0x6e12790>
ConfigureInterfaceArgumentsAction.slug = u'configureinterfaceargumentsaction'
class openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create.ConfigureLibs(workflow)[source]

Bases: horizon.workflows.base.Step

ConfigureLibs.action_class

alias of AdditionalLibsAction

ConfigureLibs.contribute(data, context)[source]
ConfigureLibs.template_name = 'project/data_processing.jobs/library_template.html'
class openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create.CreateJob(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

CreateJob.default_steps = (<class 'openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create.GeneralConfig'>, <class 'openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create.ConfigureLibs'>, <class 'openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create.ConfigureArguments'>)
CreateJob.failure_message = <django.utils.functional.__proxy__ object at 0x6e12050>
CreateJob.finalize_button_name = <django.utils.functional.__proxy__ object at 0x6e12310>
CreateJob.handle(request, context)[source]
CreateJob.name = <django.utils.functional.__proxy__ object at 0x6e12190>
CreateJob.slug = 'create_job'
CreateJob.success_message = <django.utils.functional.__proxy__ object at 0x6e12d10>
CreateJob.success_url = 'horizon:project:data_processing.jobs:index'
class openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create.GeneralConfig(workflow)[source]

Bases: horizon.workflows.base.Step

GeneralConfig.action_class

alias of GeneralConfigAction

GeneralConfig.contribute(data, context)[source]
GeneralConfig.contributes = ('job_name', 'job_type', 'job_description', 'main_binary')
class openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows.create.GeneralConfigAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

GeneralConfigAction.base_fields = OrderedDict([('job_name', <django.forms.fields.CharField object at 0x8cc8bd0>), ('job_type', <django.forms.fields.ChoiceField object at 0x8cc8390>), ('main_binary', <horizon.forms.fields.DynamicChoiceField object at 0x8cc8690>), ('job_description', <django.forms.fields.CharField object at 0x8cc8850>)])
GeneralConfigAction.clean()[source]
GeneralConfigAction.declared_fields = OrderedDict([('job_name', <django.forms.fields.CharField object at 0x8cc8bd0>), ('job_type', <django.forms.fields.ChoiceField object at 0x8cc8390>), ('main_binary', <horizon.forms.fields.DynamicChoiceField object at 0x8cc8690>), ('job_description', <django.forms.fields.CharField object at 0x8cc8850>)])
GeneralConfigAction.help_text = ''
GeneralConfigAction.help_text_template = 'project/data_processing.jobs/_create_job_help.html'
GeneralConfigAction.media
GeneralConfigAction.name = <django.utils.functional.__proxy__ object at 0x8cc8e10>
GeneralConfigAction.permissions = ()
GeneralConfigAction.populate_job_type_choices(request, context)[source]
GeneralConfigAction.populate_main_binary_choices(request, context)[source]
GeneralConfigAction.progress_message = <django.utils.functional.__proxy__ object at 0x6e12090>
GeneralConfigAction.slug = u'generalconfigaction'

Previous topic

The openstack_dashboard.contrib.sahara.content.data_processing.jobs.workflows Module

Next topic

The openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.tables Module

This Page