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 0x7faf892eb990>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7faf892eba10>
format_status_message(message)[source]
name = <django.utils.functional.__proxy__ object at 0x7faf892ebd10>
slug = 'update_instance'
success_message = <django.utils.functional.__proxy__ object at 0x7faf892ebc50>
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 = OrderedDict([('name', <django.forms.fields.CharField object at 0x7faf884af490>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7faf884af490>)])
handle(request, data)[source]
help_text = <django.utils.functional.__proxy__ object at 0x7faf884afe10>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7faf884afc50>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7faf892ebed0>
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 0x7faf884af9d0>
contribute(data, context)[source]
contributes = ('wanted_groups',)
depends_on = ('instance_id',)
help_text = <django.utils.functional.__proxy__ object at 0x7faf884af750>
members_list_title = <django.utils.functional.__proxy__ object at 0x7faf884af890>
no_available_text = <django.utils.functional.__proxy__ object at 0x7faf884af710>
no_members_text = <django.utils.functional.__proxy__ object at 0x7faf884af4d0>
show_roles = False
class openstack_dashboard.dashboards.project.instances.workflows.update_instance.UpdateInstanceSecurityGroupsAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.MembershipAction

base_fields = OrderedDict()
declared_fields = OrderedDict()
handle(request, data)[source]
help_text = ''
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7faf8756e910>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7faf884af510>
slug = 'update_security_groups'

Previous topic

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

Next topic

The openstack_dashboard.dashboards.project.networks.urls Module

Project Source

This Page