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

class openstack_dashboard.dashboards.project.instances.workflows.update_instance.AdminUpdateInstance(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.instances.workflows.update_instance.UpdateInstance

default_steps = (<class 'openstack_dashboard.dashboards.project.instances.workflows.update_instance.UpdateInstanceInfo'>,)
success_url = 'horizon:admin:instances:index'
class openstack_dashboard.dashboards.project.instances.workflows.update_instance.UpdateInstance(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.update_instance.UpdateInstanceInfo'>, <class 'openstack_dashboard.dashboards.project.instances.workflows.update_instance.UpdateInstanceSecurityGroups'>)
failure_message = <django.utils.functional.__proxy__ object at 0x2b70e3dee750>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2b70e3dee690>
format_status_message(message)[source]
name = <django.utils.functional.__proxy__ object at 0x2b70e3dee650>
slug = 'update_instance'
success_message = <django.utils.functional.__proxy__ object at 0x2b70e3dee6d0>
success_url = 'horizon:project:instances:index'
class openstack_dashboard.dashboards.project.instances.workflows.update_instance.UpdateInstanceInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of UpdateInstanceInfoAction

contributes = ('name',)
depends_on = ('instance_id',)
class openstack_dashboard.dashboards.project.instances.workflows.update_instance.UpdateInstanceInfoAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'name': <django.forms.fields.CharField object at 0x2b70e3dee250>}
handle(request, data)[source]
help_text = <django.utils.functional.__proxy__ object at 0x2b70e3dee410>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b70e3dee3d0>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b70e3dee5d0>
slug = 'instance_info'
class openstack_dashboard.dashboards.project.instances.workflows.update_instance.UpdateInstanceSecurityGroups(workflow)[source]

Bases: horizon.workflows.base.UpdateMembersStep

action_class

alias of UpdateInstanceSecurityGroupsAction

available_list_title = <django.utils.functional.__proxy__ object at 0x2b70e3dee050>
contribute(data, context)[source]
contributes = ('wanted_groups',)
depends_on = ('instance_id',)
help_text = <django.utils.functional.__proxy__ object at 0x2b70e3dfbfd0>
members_list_title = <django.utils.functional.__proxy__ object at 0x2b70e3dee090>
no_available_text = <django.utils.functional.__proxy__ object at 0x2b70e3dee0d0>
no_members_text = <django.utils.functional.__proxy__ object at 0x2b70e3dee150>
show_roles = False
class openstack_dashboard.dashboards.project.instances.workflows.update_instance.UpdateInstanceSecurityGroupsAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.MembershipAction

base_fields = {}
handle(request, data)[source]
help_text = ''
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b70e3dfbd90>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b70e3dfbf90>
slug = 'update_security_groups'

Previous topic

The openstack_dashboard.dashboards.project.instances.workflows Module

Next topic

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

This Page