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

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

Bases: horizon.workflows.base.Step

CreateFlavorInfo.action_class

alias of CreateFlavorInfoAction

CreateFlavorInfo.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

CreateFlavorInfoAction.base_fields = OrderedDict([('name', <django.forms.fields.RegexField object at 0x7b57190>), ('flavor_id', <django.forms.fields.RegexField object at 0x7b570d0>), ('vcpus', <django.forms.fields.IntegerField object at 0x7b57d50>), ('memory_mb', <django.forms.fields.IntegerField object at 0x544fe90>), ('disk_gb', <django.forms.fields.IntegerField object at 0x544fc10>), ('eph_gb', <django.forms.fields.IntegerField object at 0x544fd90>), ('swap_mb', <django.forms.fields.IntegerField object at 0x544f310>)])
CreateFlavorInfoAction.clean()[source]
CreateFlavorInfoAction.declared_fields = OrderedDict([('name', <django.forms.fields.RegexField object at 0x7b57190>), ('flavor_id', <django.forms.fields.RegexField object at 0x7b570d0>), ('vcpus', <django.forms.fields.IntegerField object at 0x7b57d50>), ('memory_mb', <django.forms.fields.IntegerField object at 0x544fe90>), ('disk_gb', <django.forms.fields.IntegerField object at 0x544fc10>), ('eph_gb', <django.forms.fields.IntegerField object at 0x544fd90>), ('swap_mb', <django.forms.fields.IntegerField object at 0x544f310>)])
CreateFlavorInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x544fe10>
CreateFlavorInfoAction.help_text_template = None
CreateFlavorInfoAction.media
CreateFlavorInfoAction.name = <django.utils.functional.__proxy__ object at 0x544fc90>
CreateFlavorInfoAction.permissions = ()
CreateFlavorInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x544f8d0>
CreateFlavorInfoAction.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

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

Bases: horizon.workflows.base.UpdateMembersStep

UpdateFlavorAccess.action_class

alias of UpdateFlavorAccessAction

UpdateFlavorAccess.available_list_title = <django.utils.functional.__proxy__ object at 0x544fe50>
UpdateFlavorAccess.contribute(data, context)[source]
UpdateFlavorAccess.contributes = ('flavor_access',)
UpdateFlavorAccess.depends_on = ('flavor_id',)
UpdateFlavorAccess.help_text = <django.utils.functional.__proxy__ object at 0x544f190>
UpdateFlavorAccess.members_list_title = <django.utils.functional.__proxy__ object at 0x544f210>
UpdateFlavorAccess.no_available_text = <django.utils.functional.__proxy__ object at 0x544fd50>
UpdateFlavorAccess.no_members_text = <django.utils.functional.__proxy__ object at 0x544fa50>
UpdateFlavorAccess.show_roles = False
class openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavorAccessAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.MembershipAction

UpdateFlavorAccessAction.base_fields = OrderedDict()
UpdateFlavorAccessAction.declared_fields = OrderedDict()
UpdateFlavorAccessAction.help_text = ''
UpdateFlavorAccessAction.help_text_template = None
UpdateFlavorAccessAction.media
UpdateFlavorAccessAction.name = <django.utils.functional.__proxy__ object at 0x544f950>
UpdateFlavorAccessAction.permissions = ()
UpdateFlavorAccessAction.progress_message = <django.utils.functional.__proxy__ object at 0x544fb10>
UpdateFlavorAccessAction.slug = 'update_flavor_access'
class openstack_dashboard.dashboards.admin.flavors.workflows.UpdateFlavorInfo(workflow)[source]

Bases: horizon.workflows.base.Step

UpdateFlavorInfo.action_class

alias of UpdateFlavorInfoAction

UpdateFlavorInfo.contributes = ('name', 'vcpus', 'memory_mb', 'disk_gb', 'eph_gb', 'swap_mb')
UpdateFlavorInfo.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

UpdateFlavorInfoAction.base_fields = OrderedDict([('name', <django.forms.fields.RegexField object at 0x7b57190>), ('flavor_id', <django.forms.fields.CharField object at 0x544f250>), ('vcpus', <django.forms.fields.IntegerField object at 0x7b57d50>), ('memory_mb', <django.forms.fields.IntegerField object at 0x544fe90>), ('disk_gb', <django.forms.fields.IntegerField object at 0x544fc10>), ('eph_gb', <django.forms.fields.IntegerField object at 0x544fd90>), ('swap_mb', <django.forms.fields.IntegerField object at 0x544f310>)])
UpdateFlavorInfoAction.clean()[source]
UpdateFlavorInfoAction.declared_fields = OrderedDict([('name', <django.forms.fields.RegexField object at 0x7b57190>), ('flavor_id', <django.forms.fields.CharField object at 0x544f250>), ('vcpus', <django.forms.fields.IntegerField object at 0x7b57d50>), ('memory_mb', <django.forms.fields.IntegerField object at 0x544fe90>), ('disk_gb', <django.forms.fields.IntegerField object at 0x544fc10>), ('eph_gb', <django.forms.fields.IntegerField object at 0x544fd90>), ('swap_mb', <django.forms.fields.IntegerField object at 0x544f310>)])
UpdateFlavorInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x544ff90>
UpdateFlavorInfoAction.help_text_template = None
UpdateFlavorInfoAction.media
UpdateFlavorInfoAction.name = <django.utils.functional.__proxy__ object at 0x544ff10>
UpdateFlavorInfoAction.permissions = ()
UpdateFlavorInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x544fb90>
UpdateFlavorInfoAction.slug = 'update_info'

Previous topic

The openstack_dashboard.dashboards.admin.flavors.forms Module

Next topic

The openstack_dashboard.dashboards.admin.routers.tables Module

This Page