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 0x8a4c1d0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x8a4c590>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x8a4ca90>
slug = 'create_flavor'
success_message = <django.utils.functional.__proxy__ object at 0x8a4c310>
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', 'rxtx_factor')
class openstack_dashboard.dashboards.admin.flavors.workflows.CreateFlavorInfoAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.RegexField object at 0x8645890>), ('flavor_id', <django.forms.fields.RegexField object at 0x8d4cdd0>), ('vcpus', <django.forms.fields.IntegerField object at 0x8d70990>), ('memory_mb', <django.forms.fields.IntegerField object at 0x8d70f50>), ('disk_gb', <django.forms.fields.IntegerField object at 0x8d70c90>), ('eph_gb', <django.forms.fields.IntegerField object at 0x8d705d0>), ('swap_mb', <django.forms.fields.IntegerField object at 0x7e14250>), ('rxtx_factor', <django.forms.fields.FloatField object at 0x8d59850>)])
clean()[source]
declared_fields = OrderedDict([('name', <django.forms.fields.RegexField object at 0x8645890>), ('flavor_id', <django.forms.fields.RegexField object at 0x8d4cdd0>), ('vcpus', <django.forms.fields.IntegerField object at 0x8d70990>), ('memory_mb', <django.forms.fields.IntegerField object at 0x8d70f50>), ('disk_gb', <django.forms.fields.IntegerField object at 0x8d70c90>), ('eph_gb', <django.forms.fields.IntegerField object at 0x8d705d0>), ('swap_mb', <django.forms.fields.IntegerField object at 0x7e14250>), ('rxtx_factor', <django.forms.fields.FloatField object at 0x8d59850>)])
help_text = <django.utils.functional.__proxy__ object at 0x8d598d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x8d59250>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x6c7f210>
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 0x8d62a50>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x8d62cd0>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x85e5cd0>
slug = 'update_flavor'
success_message = <django.utils.functional.__proxy__ object at 0x8d62f10>
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 0x6c7fe50>
contribute(data, context)[source]
contributes = ('flavor_access',)
depends_on = ('flavor_id',)
help_text = <django.utils.functional.__proxy__ object at 0x6c7fd90>
members_list_title = <django.utils.functional.__proxy__ object at 0x8a4c2d0>
no_available_text = <django.utils.functional.__proxy__ object at 0x8a4c490>
no_members_text = <django.utils.functional.__proxy__ object at 0x8a4c6d0>
show_roles = False
class openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavorAccessAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.MembershipAction

base_fields = OrderedDict()
declared_fields = OrderedDict()
help_text = ''
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x6c7f950>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x6c7f7d0>
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', 'rxtx_factor')
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 = OrderedDict([('name', <django.forms.fields.RegexField object at 0x8645890>), ('flavor_id', <django.forms.fields.CharField object at 0x8a4ccd0>), ('vcpus', <django.forms.fields.IntegerField object at 0x8d70990>), ('memory_mb', <django.forms.fields.IntegerField object at 0x8d70f50>), ('disk_gb', <django.forms.fields.IntegerField object at 0x8d70c90>), ('eph_gb', <django.forms.fields.IntegerField object at 0x8d705d0>), ('swap_mb', <django.forms.fields.IntegerField object at 0x7e14250>), ('rxtx_factor', <django.forms.fields.FloatField object at 0x8d59850>)])
clean()[source]
declared_fields = OrderedDict([('name', <django.forms.fields.RegexField object at 0x8645890>), ('flavor_id', <django.forms.fields.CharField object at 0x8a4ccd0>), ('vcpus', <django.forms.fields.IntegerField object at 0x8d70990>), ('memory_mb', <django.forms.fields.IntegerField object at 0x8d70f50>), ('disk_gb', <django.forms.fields.IntegerField object at 0x8d70c90>), ('eph_gb', <django.forms.fields.IntegerField object at 0x8d705d0>), ('swap_mb', <django.forms.fields.IntegerField object at 0x7e14250>), ('rxtx_factor', <django.forms.fields.FloatField object at 0x8d59850>)])
help_text = <django.utils.functional.__proxy__ object at 0x85e5c50>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x8a4cad0>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x85e58d0>
slug = 'update_info'

Previous topic

The openstack_dashboard.dashboards.admin.flavors.views Module

Next topic

The openstack_dashboard.dashboards.admin.hypervisors Module

This Page