The openstack_dashboard.dashboards.project.instances.workflows.create_instance ModuleΒΆ

class openstack_dashboard.dashboards.project.instances.workflows.create_instance.CustomizeAction(*args)[source]

Bases: horizon.workflows.base.Action

attributes = {'data-slug': 'scriptsource', 'class': 'switchable'}
base_fields = {'script_source': <django.forms.fields.ChoiceField object at 0x2b6660395a90>, 'script_upload': <django.forms.fields.FileField object at 0x2b66603959d0>, 'script_data': <django.forms.fields.CharField object at 0x2b6660395a50>}
clean()[source]
clean_uploaded_files(prefix, files)[source]
help_text = ''
help_text_template = 'project/instances/_launch_customize_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x2b665eb2fbd0>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b6660395dd0>
script_help = <django.utils.functional.__proxy__ object at 0x2b6660395a10>
slug = u'customizeaction'
source_choices = [('', <django.utils.functional.__proxy__ object at 0x2b665eb2fb50>), ('raw', <django.utils.functional.__proxy__ object at 0x2b665eb2f490>), ('file', <django.utils.functional.__proxy__ object at 0x2b665eb2f050>)]
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.LaunchInstance(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.instances.workflows.create_instance.SelectProjectUser'>, <class 'openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetInstanceDetails'>, <class 'openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetAccessControls'>, <class 'openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetNetwork'>, <class 'openstack_dashboard.dashboards.project.instances.workflows.create_instance.PostCreationStep'>, <class 'openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetAdvanced'>)
failure_message = <django.utils.functional.__proxy__ object at 0x2b665bcbd3d0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2b665bcbd210>
format_status_message(message)[source]
handle(*func_args, **func_kwargs)[source]
multipart = True
name = <django.utils.functional.__proxy__ object at 0x2b665bcbd150>
set_network_port_profiles(request, net_ids, profile_id)[source]
slug = 'launch_instance'
success_message = <django.utils.functional.__proxy__ object at 0x2b665bcbda50>
success_url = 'horizon:project:instances:index'
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.PostCreationStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CustomizeAction

contributes = ('script_data',)
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.SelectProjectUser(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of SelectProjectUserAction

contributes = ('project_id', 'user_id')
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.SelectProjectUserAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'project_id': <django.forms.fields.ChoiceField object at 0x2b665e69de10>, 'user_id': <django.forms.fields.ChoiceField object at 0x2b665fdc9e50>}
help_text = ''
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b665fdc94d0>
permissions = ('!',)
progress_message = <django.utils.functional.__proxy__ object at 0x2b665fdc9750>
slug = u'selectprojectuseraction'
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetAccessControls(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of SetAccessControlsAction

contribute(data, context)[source]
contributes = ('keypair_id', 'security_group_ids', 'admin_pass', 'confirm_admin_pass')
depends_on = ('project_id', 'user_id')
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetAccessControlsAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'keypair': <horizon.forms.fields.DynamicChoiceField object at 0x2b665fc53b10>, 'admin_pass': <django.forms.fields.RegexField object at 0x2b665dc4c8d0>, 'confirm_admin_pass': <django.forms.fields.CharField object at 0x2b665dc4c9d0>, 'groups': <django.forms.fields.MultipleChoiceField object at 0x2b665dc4c990>}
clean()[source]

Check to make sure password fields match.

help_text = <django.utils.functional.__proxy__ object at 0x2b665dc4c710>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b665dc4cf90>
permissions = ()
populate_groups_choices(request, context)[source]
populate_keypair_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x2b665f7f5d50>
slug = u'setaccesscontrolsaction'
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetAdvanced(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of SetAdvancedAction

contributes = ('disk_config', 'config_drive')
prepare_action_context(request, context)[source]
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetAdvancedAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'disk_config': <django.forms.fields.ChoiceField object at 0x2b6660395810>, 'config_drive': <django.forms.fields.BooleanField object at 0x2b665e652f90>}
help_text = ''
help_text_template = 'project/instances/_launch_advanced_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x2b665ef5f190>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b665a86c650>
slug = u'setadvancedaction'
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetInstanceDetails(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of SetInstanceDetailsAction

contribute(data, context)[source]
contributes = ('source_type', 'source_id', 'availability_zone', 'name', 'count', 'flavor', 'device_name', 'delete_on_terminate')
depends_on = ('project_id', 'user_id')
prepare_action_context(request, context)[source]
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetInstanceDetailsAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'availability_zone': <django.forms.fields.ChoiceField object at 0x2b665fdc9ad0>, 'name': <django.forms.fields.CharField object at 0x2b665fdc9fd0>, 'flavor': <django.forms.fields.ChoiceField object at 0x2b665fdc9cd0>, 'count': <django.forms.fields.IntegerField object at 0x2b665fdc96d0>, 'source_type': <django.forms.fields.ChoiceField object at 0x2b665fdc9450>, 'instance_snapshot_id': <django.forms.fields.ChoiceField object at 0x2b665fdc9090>, 'volume_id': <django.forms.fields.ChoiceField object at 0x2b665fdc9a50>, 'volume_snapshot_id': <django.forms.fields.ChoiceField object at 0x2b665fdc95d0>, 'image_id': <django.forms.fields.ChoiceField object at 0x2b665fdc9490>, 'volume_size': <django.forms.fields.IntegerField object at 0x2b665f814a90>, 'device_name': <django.forms.fields.CharField object at 0x2b665f814710>, 'delete_on_terminate': <django.forms.fields.BooleanField object at 0x2b665f814fd0>}
clean()[source]
get_help_text(extra_context=None)[source]
help_text = ''
help_text_template = 'project/instances/_launch_details_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x2b665f814910>
permissions = ()
populate_availability_zone_choices(request, context)[source]
populate_flavor_choices(request, context)[source]
populate_image_id_choices(request, context)[source]
populate_instance_snapshot_id_choices(request, context)[source]
populate_volume_id_choices(request, context)[source]
populate_volume_snapshot_id_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x2b665fc53a90>
slug = u'setinstancedetailsaction'
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetNetwork(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of SetNetworkAction

contribute(data, context)[source]
contributes = ('network_id',)
template_name = 'project/instances/_update_networks.html'
class openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetNetworkAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'network': <django.forms.fields.MultipleChoiceField object at 0x2b66603951d0>, 'profile': <django.forms.fields.ChoiceField object at 0x2b6660395b10>}
get_policy_profile_choices(request)[source]
help_text = <django.utils.functional.__proxy__ object at 0x2b66603950d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b6660395e90>
permissions = ('openstack.services.network',)
populate_network_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x2b6660395c50>
slug = u'setnetworkaction'
widget = <django.forms.widgets.HiddenInput object at 0x2b6660395ed0>

Previous topic

The openstack_dashboard.dashboards.project.instances.workflows.resize_instance Module

Next topic

The openstack_dashboard.dashboards.project.overview.views Module

This Page