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

class openstack_dashboard.dashboards.project.instances.workflows.resize_instance.ResizeInstance(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.resize_instance.SetFlavorChoice'>, <class 'openstack_dashboard.dashboards.project.instances.workflows.create_instance.SetAdvanced'>)
failure_message = <django.utils.functional.__proxy__ object at 0xb349c1f0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xb349c190>
format_status_message(message)[source]
handle(*func_args, **func_kwargs)[source]
name = <django.utils.functional.__proxy__ object at 0xb349c130>
slug = 'resize_instance'
success_message = <django.utils.functional.__proxy__ object at 0xb349c1b0>
success_url = 'horizon:project:instances:index'
class openstack_dashboard.dashboards.project.instances.workflows.resize_instance.SetFlavorChoice(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of SetFlavorChoiceAction

contributes = ('old_flavor_id', 'old_flavor_name', 'flavors', 'flavor')
depends_on = ('instance_id', 'name')
class openstack_dashboard.dashboards.project.instances.workflows.resize_instance.SetFlavorChoiceAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'old_flavor_id': <django.forms.fields.CharField object at 0xb34a30b0>, 'old_flavor_name': <django.forms.fields.CharField object at 0xb3482f10>, 'flavor': <django.forms.fields.ChoiceField object at 0xb3482e70>}
clean()[source]
get_help_text()[source]
help_text = ''
help_text_template = 'project/instances/_flavors_and_quotas.html'
media
name = <django.utils.functional.__proxy__ object at 0xb349c0b0>
permissions = ()
populate_flavor_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0xb349c110>
slug = 'flavor_choice'

Previous topic

The openstack_dashboard.dashboards.project.instances.workflows Module

Next topic

The openstack_dashboard.dashboards.project.databases.tables Module

This Page