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>
-
finalize_button_name
= <django.utils.functional.__proxy__ object>
-
format_status_message
(message)[source]
-
handle
(*func_args, **func_kwargs)[source]
-
name
= <django.utils.functional.__proxy__ object>
-
slug
= 'resize_instance'
-
success_message
= <django.utils.functional.__proxy__ object>
-
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
= OrderedDict([('old_flavor_id', <django.forms.fields.CharField object at 0x2b04aa654e90>), ('old_flavor_name', <django.forms.fields.CharField object at 0x2b04acfa4990>), ('flavor', <django.forms.fields.ChoiceField object at 0x2b04acfa4190>)])
-
declared_fields
= OrderedDict([('old_flavor_id', <django.forms.fields.CharField object at 0x2b04aa654e90>), ('old_flavor_name', <django.forms.fields.CharField object at 0x2b04acfa4990>), ('flavor', <django.forms.fields.ChoiceField object at 0x2b04acfa4190>)])
-
get_help_text
(extra_context=None)[source]
-
help_text
= ''
-
help_text_template
= 'project/instances/_flavors_and_quotas.html'
-
media
-
name
= <django.utils.functional.__proxy__ object>
-
permissions
= ()
-
populate_flavor_choices
(request, context)[source]
-
progress_message
= <django.utils.functional.__proxy__ object>
-
slug
= 'flavor_choice'
-