The openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers ModuleΒΆ

class openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.Parameter(config)[source]

Bases: object

class openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.PatchedDynamicWorkflow(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

Overrides Workflow to fix its issues.

class openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.PluginAndVersionMixin[source]

Bases: object

class openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.ServiceParametersWorkflow(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.PatchedDynamicWorkflow

Base class for Workflows having services tabs with parameters.

class openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.StatusFormatMixin(request, context_seed, entry_point, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

format_status_message(message)[source]
openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.build_control(parameter)[source]
openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.build_interface_argument_fields(action, name, description, mapping_type, location, value_type, required, default_value)[source]
openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.build_node_group_fields(action, name, template, count, serialized=None)[source]
openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.clean_node_group(node_group)[source]
openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.get_plugin_and_hadoop_version(request)[source]
openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.get_security_groups(request, security_group_ids)[source]
openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.parse_configs_from_context(context, defaults)[source]

Previous topic

The openstack_dashboard.contrib.sahara.content.data_processing.wizard.urls Module

Next topic

The openstack_dashboard.contrib.sahara.content.data_processing.utils Module

Project Source

This Page