The openstack_dashboard.dashboards.project.volumes.cgroups.workflows ModuleΒΆ

class openstack_dashboard.dashboards.project.volumes.cgroups.workflows.AddCGroupInfoAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f9f3b385390>), ('description', <django.forms.fields.CharField object at 0x7f9f3d8d7b50>), ('availability_zone', <django.forms.fields.ChoiceField object at 0x7f9f3d8d7310>)])
clean()[source]
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f9f3b385390>), ('description', <django.forms.fields.CharField object at 0x7f9f3d8d7b50>), ('availability_zone', <django.forms.fields.ChoiceField object at 0x7f9f3d8d7310>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f9f3c25c7d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f9f3c25ccd0>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f9f3c25c4d0>
slug = 'set_cgroup_info'
class openstack_dashboard.dashboards.project.volumes.cgroups.workflows.AddCGroupInfoStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of AddCGroupInfoAction

contributes = ('availability_zone', 'description', 'name')
class openstack_dashboard.dashboards.project.volumes.cgroups.workflows.AddVolTypesToCGroupStep(workflow)[source]

Bases: horizon.workflows.base.UpdateMembersStep

action_class

alias of AddVolumeTypesToCGroupAction

available_list_title = <django.utils.functional.__proxy__ object at 0x7f9f3c25cb90>
contribute(data, context)[source]
contributes = ('volume_types',)
help_text = <django.utils.functional.__proxy__ object at 0x7f9f3c25c290>
members_list_title = <django.utils.functional.__proxy__ object at 0x7f9f3c25c2d0>
no_available_text = <django.utils.functional.__proxy__ object at 0x7f9f3c25c050>
no_members_text = <django.utils.functional.__proxy__ object at 0x7f9f3c25c6d0>
show_roles = False
class openstack_dashboard.dashboards.project.volumes.cgroups.workflows.AddVolumeTypesToCGroupAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.MembershipAction

base_fields = OrderedDict()
clean()[source]
declared_fields = OrderedDict()
help_text = ''
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f9f3c25c3d0>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f9f3c25c810>
slug = 'add_vtypes_to_cgroup'
class openstack_dashboard.dashboards.project.volumes.cgroups.workflows.AddVolumesToCGroupAction(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 0x7f9f3c25c610>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f9f3c25c310>
slug = 'add_volumes_to_cgroup'
class openstack_dashboard.dashboards.project.volumes.cgroups.workflows.AddVolumesToCGroupStep(workflow)[source]

Bases: horizon.workflows.base.UpdateMembersStep

action_class

alias of AddVolumesToCGroupAction

available_list_title = <django.utils.functional.__proxy__ object at 0x7f9f3c25cb50>
contribute(data, context)[source]
contributes = ('volumes',)
depends_on = ('cgroup_id', 'name', 'vtypes')
help_text = <django.utils.functional.__proxy__ object at 0x7f9f3c25c190>
members_list_title = <django.utils.functional.__proxy__ object at 0x7f9f3c25cf50>
no_available_text = <django.utils.functional.__proxy__ object at 0x7f9f3c25c510>
no_members_text = <django.utils.functional.__proxy__ object at 0x7f9f3c25c910>
show_roles = False
class openstack_dashboard.dashboards.project.volumes.cgroups.workflows.CreateCGroupWorkflow(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.volumes.cgroups.workflows.AddCGroupInfoStep'>, <class 'openstack_dashboard.dashboards.project.volumes.cgroups.workflows.AddVolTypesToCGroupStep'>)
failure_message = <django.utils.functional.__proxy__ object at 0x7f9f3c25cc50>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f9f3c25c650>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x7f9f3c25cad0>
slug = 'create_cgroup'
success_message = <django.utils.functional.__proxy__ object at 0x7f9f3c25cf90>
success_url = 'horizon:project:volumes:index'
class openstack_dashboard.dashboards.project.volumes.cgroups.workflows.UpdateCGroupWorkflow(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.volumes.cgroups.workflows.AddVolumesToCGroupStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0x7f9f3c25c750>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f9f3c25c950>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x7f9f3c25cd50>
slug = 'update_cgroup'
success_message = <django.utils.functional.__proxy__ object at 0x7f9f3c25c1d0>
success_url = 'horizon:project:volumes:index'
openstack_dashboard.dashboards.project.volumes.cgroups.workflows.availability_zones(request)[source]
openstack_dashboard.dashboards.project.volumes.cgroups.workflows.cinder_az_supported(request)[source]

Previous topic

The openstack_dashboard.dashboards.project.volumes.cgroups.forms Module

Next topic

The openstack_dashboard.dashboards.project.volumes.cgroups.tabs Module

Project Source

This Page