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 0xba332cc>
- finalize_button_name = <django.utils.functional.__proxy__ object at 0xba3326c>
- format_status_message(message)[source]
- handle(*func_args, **func_kwargs)[source]
- name = <django.utils.functional.__proxy__ object at 0xba3324c>
- slug = 'resize_instance'
- success_message = <django.utils.functional.__proxy__ object at 0xba3328c>
- 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 0xb71632c>, 'old_flavor_name': <django.forms.fields.CharField object at 0xbd7996c>, 'flavor': <django.forms.fields.ChoiceField object at 0xbd7140c>}
- 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 0xba330ec>
- permissions = ()
- populate_flavor_choices(request, context)[source]
- progress_message = <django.utils.functional.__proxy__ object at 0xba3322c>
- slug = 'flavor_choice'