The openstack_dashboard.dashboards.admin.flavors.workflows ModuleΒΆ

class openstack_dashboard.dashboards.admin.flavors.workflows.CreateFlavor(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.admin.flavors.workflows.CreateFlavorInfo'>, <class 'openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavorAccess'>)
failure_message = <django.utils.functional.__proxy__ object at 0x2b8376b14610>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2b8376b14cd0>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x2b8377f55050>
slug = 'create_flavor'
success_message = <django.utils.functional.__proxy__ object at 0x2b8376b14e10>
success_url = 'horizon:admin:flavors:index'
class openstack_dashboard.dashboards.admin.flavors.workflows.CreateFlavorInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CreateFlavorInfoAction

contributes = ('flavor_id', 'name', 'vcpus', 'memory_mb', 'disk_gb', 'eph_gb', 'swap_mb')
class openstack_dashboard.dashboards.admin.flavors.workflows.CreateFlavorInfoAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'name': <django.forms.fields.RegexField object at 0x2b8376d3f190>, 'flavor_id': <django.forms.fields.RegexField object at 0x2b8378d337d0>, 'vcpus': <django.forms.fields.IntegerField object at 0x2b8378d332d0>, 'memory_mb': <django.forms.fields.IntegerField object at 0x2b8378d33510>, 'disk_gb': <django.forms.fields.IntegerField object at 0x2b8377f84890>, 'eph_gb': <django.forms.fields.IntegerField object at 0x2b8377f844d0>, 'swap_mb': <django.forms.fields.IntegerField object at 0x2b8376e7f110>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0x2b8376e7f810>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b8376e7f950>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b8376e7fb50>
slug = u'createflavorinfoaction'
class openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavor(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavorInfo'>, <class 'openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavorAccess'>)
failure_message = <django.utils.functional.__proxy__ object at 0x2b8374dc1590>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2b8374dc1390>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x2b8374dc1750>
slug = 'update_flavor'
success_message = <django.utils.functional.__proxy__ object at 0x2b8374dc1bd0>
success_url = 'horizon:admin:flavors:index'
class openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavorAccess(workflow)[source]

Bases: horizon.workflows.base.UpdateMembersStep

action_class

alias of UpdateFlavorAccessAction

available_list_title = <django.utils.functional.__proxy__ object at 0x2b8377f55a90>
contribute(data, context)[source]
contributes = ('flavor_access',)
depends_on = ('flavor_id',)
help_text = <django.utils.functional.__proxy__ object at 0x2b8377f55290>
members_list_title = <django.utils.functional.__proxy__ object at 0x2b8377f550d0>
no_available_text = <django.utils.functional.__proxy__ object at 0x2b8377f55ad0>
no_members_text = <django.utils.functional.__proxy__ object at 0x2b8377f55b50>
show_roles = False
class openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavorAccessAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.MembershipAction

base_fields = {}
help_text = ''
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b8377f55110>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b8377f55b90>
slug = 'update_flavor_access'
class openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavorInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of UpdateFlavorInfoAction

contributes = ('name', 'vcpus', 'memory_mb', 'disk_gb', 'eph_gb', 'swap_mb')
depends_on = ('flavor_id',)
class openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavorInfoAction(request, context, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.admin.flavors.workflows.CreateFlavorInfoAction

base_fields = {'name': <django.forms.fields.RegexField object at 0x2b8376d3f190>, 'flavor_id': <django.forms.fields.CharField object at 0x2b8376b14a10>, 'vcpus': <django.forms.fields.IntegerField object at 0x2b8378d332d0>, 'memory_mb': <django.forms.fields.IntegerField object at 0x2b8378d33510>, 'disk_gb': <django.forms.fields.IntegerField object at 0x2b8377f84890>, 'eph_gb': <django.forms.fields.IntegerField object at 0x2b8377f844d0>, 'swap_mb': <django.forms.fields.IntegerField object at 0x2b8376e7f110>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0x2b83779e3510>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b83779e38d0>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b837550bf50>
slug = 'update_info'

Previous topic

The openstack_dashboard.dashboards.admin.flavors.panel Module

Next topic

The openstack_dashboard.dashboards.admin.flavors.forms Module

This Page