The openstack_dashboard.dashboards.project.loadbalancers.workflows ModuleΒΆ

class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddMember(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.loadbalancers.workflows.AddMemberStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0xef3ddd0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xef3da50>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xef3de90>
slug = 'addmember'
success_message = <django.utils.functional.__proxy__ object at 0xef3dd50>
success_url = 'horizon:project:loadbalancers:index'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddMemberAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('pool_id', <horizon.forms.fields.ThemableChoiceField object at 0xef439d0>), ('member_type', <django.forms.fields.ChoiceField object at 0xef43cd0>), ('members', <django.forms.fields.MultipleChoiceField object at 0xef430d0>), ('address', <horizon.forms.fields.IPField object at 0xef43e50>), ('weight', <django.forms.fields.IntegerField object at 0xef43f90>), ('protocol_port', <django.forms.fields.IntegerField object at 0xef3d090>), ('admin_state_up', <horizon.forms.fields.ThemableChoiceField object at 0xef3d650>)])
clean()[source]
declared_fields = OrderedDict([('pool_id', <horizon.forms.fields.ThemableChoiceField object at 0xef439d0>), ('member_type', <django.forms.fields.ChoiceField object at 0xef43cd0>), ('members', <django.forms.fields.MultipleChoiceField object at 0xef430d0>), ('address', <horizon.forms.fields.IPField object at 0xef43e50>), ('weight', <django.forms.fields.IntegerField object at 0xef43f90>), ('protocol_port', <django.forms.fields.IntegerField object at 0xef3d090>), ('admin_state_up', <horizon.forms.fields.ThemableChoiceField object at 0xef3d650>)])
help_text = <django.utils.functional.__proxy__ object at 0xef3d1d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xef3d310>
permissions = ('openstack.services.network',)
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0xef3de50>
slug = u'addmemberaction'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddMemberStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of AddMemberAction

contribute(data, context)[source]
contributes = ('pool_id', 'member_type', 'members', 'address', 'protocol_port', 'weight', 'admin_state_up')
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddMonitor(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.loadbalancers.workflows.AddMonitorStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0xb938c10>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xb938f50>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xb938050>
slug = 'addmonitor'
success_message = <django.utils.functional.__proxy__ object at 0xb938d90>
success_url = 'horizon:project:loadbalancers:index'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddMonitorAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('type', <django.forms.fields.ChoiceField object at 0xef3da10>), ('delay', <django.forms.fields.IntegerField object at 0xef3d9d0>), ('timeout', <django.forms.fields.IntegerField object at 0xe113350>), ('max_retries', <django.forms.fields.IntegerField object at 0xe113790>), ('http_method', <django.forms.fields.ChoiceField object at 0xe113490>), ('url_path', <django.forms.fields.CharField object at 0xe113250>), ('expected_codes', <django.forms.fields.RegexField object at 0xe113310>), ('admin_state_up', <horizon.forms.fields.ThemableChoiceField object at 0xe113d10>)])
clean()[source]
declared_fields = OrderedDict([('type', <django.forms.fields.ChoiceField object at 0xef3da10>), ('delay', <django.forms.fields.IntegerField object at 0xef3d9d0>), ('timeout', <django.forms.fields.IntegerField object at 0xe113350>), ('max_retries', <django.forms.fields.IntegerField object at 0xe113790>), ('http_method', <django.forms.fields.ChoiceField object at 0xe113490>), ('url_path', <django.forms.fields.CharField object at 0xe113250>), ('expected_codes', <django.forms.fields.RegexField object at 0xe113310>), ('admin_state_up', <horizon.forms.fields.ThemableChoiceField object at 0xe113d10>)])
help_text = <django.utils.functional.__proxy__ object at 0xe113b50>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xe113810>
permissions = ('openstack.services.network',)
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0xb9382d0>
slug = u'addmonitoraction'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddMonitorStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of AddMonitorAction

contribute(data, context)[source]
contributes = ('type', 'delay', 'timeout', 'max_retries', 'http_method', 'url_path', 'expected_codes', 'admin_state_up')
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddPMAssociation(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.loadbalancers.workflows.AddPMAssociationStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0xb938490>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xb938790>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xb938850>
slug = 'addassociation'
success_message = <django.utils.functional.__proxy__ object at 0xb9388d0>
success_url = 'horizon:project:loadbalancers:index'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddPMAssociationAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('monitor_id', <horizon.forms.fields.ThemableChoiceField object at 0xb938550>)])
declared_fields = OrderedDict([('monitor_id', <horizon.forms.fields.ThemableChoiceField object at 0xb938550>)])
help_text = <django.utils.functional.__proxy__ object at 0xb938090>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xb938a50>
permissions = ('openstack.services.network',)
policy_rules = ()
populate_monitor_id_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0xb938110>
slug = u'addpmassociationaction'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddPMAssociationStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of AddPMAssociationAction

contribute(data, context)[source]
contributes = ('monitor_id',)
depends_on = ('pool_id', 'pool_name', 'pool_monitors')
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddPool(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.loadbalancers.workflows.AddPoolStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0xec04b90>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xec36e10>
format_status_message(message)[source]
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xec36250>
slug = 'addpool'
success_message = <django.utils.functional.__proxy__ object at 0xec36f10>
success_url = 'horizon:project:loadbalancers:index'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddPoolAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xef4fd10>), ('description', <django.forms.fields.CharField object at 0xd9d0c10>), ('provider', <horizon.forms.fields.ThemableChoiceField object at 0xec3d110>), ('subnet_id', <horizon.forms.fields.ThemableChoiceField object at 0xec28150>), ('protocol', <horizon.forms.fields.ThemableChoiceField object at 0xec28190>), ('lb_method', <horizon.forms.fields.ThemableChoiceField object at 0xec28110>), ('admin_state_up', <horizon.forms.fields.ThemableChoiceField object at 0xec74290>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xef4fd10>), ('description', <django.forms.fields.CharField object at 0xd9d0c10>), ('provider', <horizon.forms.fields.ThemableChoiceField object at 0xec3d110>), ('subnet_id', <horizon.forms.fields.ThemableChoiceField object at 0xec28150>), ('protocol', <horizon.forms.fields.ThemableChoiceField object at 0xec28190>), ('lb_method', <horizon.forms.fields.ThemableChoiceField object at 0xec28110>), ('admin_state_up', <horizon.forms.fields.ThemableChoiceField object at 0xec74290>)])
help_text = ''
help_text_template = 'project/loadbalancers/_create_pool_help.html'
media
name = <django.utils.functional.__proxy__ object at 0xec36690>
permissions = ('openstack.services.network',)
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0xec36ed0>
slug = u'addpoolaction'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddPoolStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of AddPoolAction

contribute(data, context)[source]
contributes = ('name', 'description', 'subnet_id', 'provider', 'protocol', 'lb_method', 'admin_state_up')
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddVip(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.loadbalancers.workflows.AddVipStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0xef431d0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xef43790>
format_status_message(message)[source]
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xef435d0>
slug = 'addvip'
success_message = <django.utils.functional.__proxy__ object at 0xef43dd0>
success_url = 'horizon:project:loadbalancers:index'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddVipAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xec045d0>), ('description', <django.forms.fields.CharField object at 0xec04250>), ('subnet_id', <horizon.forms.fields.ThemableChoiceField object at 0xebe0690>), ('address', <horizon.forms.fields.IPField object at 0xebe0910>), ('protocol_port', <django.forms.fields.IntegerField object at 0xced7f10>), ('protocol', <horizon.forms.fields.ThemableChoiceField object at 0xced7810>), ('session_persistence', <django.forms.fields.ChoiceField object at 0x896fb50>), ('cookie_name', <django.forms.fields.CharField object at 0x896f790>), ('connection_limit', <django.forms.fields.IntegerField object at 0x9ea9990>), ('admin_state_up', <horizon.forms.fields.ThemableChoiceField object at 0xef438d0>)])
clean()[source]
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xec045d0>), ('description', <django.forms.fields.CharField object at 0xec04250>), ('subnet_id', <horizon.forms.fields.ThemableChoiceField object at 0xebe0690>), ('address', <horizon.forms.fields.IPField object at 0xebe0910>), ('protocol_port', <django.forms.fields.IntegerField object at 0xced7f10>), ('protocol', <horizon.forms.fields.ThemableChoiceField object at 0xced7810>), ('session_persistence', <django.forms.fields.ChoiceField object at 0x896fb50>), ('cookie_name', <django.forms.fields.CharField object at 0x896f790>), ('connection_limit', <django.forms.fields.IntegerField object at 0x9ea9990>), ('admin_state_up', <horizon.forms.fields.ThemableChoiceField object at 0xef438d0>)])
help_text = ''
help_text_template = 'project/loadbalancers/_create_vip_help.html'
media
name = <django.utils.functional.__proxy__ object at 0xef43190>
permissions = ('openstack.services.network',)
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0xef43950>
slug = u'addvipaction'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.AddVipStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of AddVipAction

contribute(data, context)[source]
contributes = ('name', 'description', 'subnet_id', 'address', 'protocol_port', 'protocol', 'session_persistence', 'cookie_name', 'connection_limit', 'admin_state_up')
depends_on = ('pool_id', 'subnet')
class openstack_dashboard.dashboards.project.loadbalancers.workflows.DeletePMAssociation(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.loadbalancers.workflows.DeletePMAssociationStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0xe22e390>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xe22e710>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xe22e690>
slug = 'deleteassociation'
success_message = <django.utils.functional.__proxy__ object at 0xe22e410>
success_url = 'horizon:project:loadbalancers:index'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.DeletePMAssociationAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('monitor_id', <horizon.forms.fields.ThemableChoiceField object at 0xb938610>)])
declared_fields = OrderedDict([('monitor_id', <horizon.forms.fields.ThemableChoiceField object at 0xb938610>)])
help_text = <django.utils.functional.__proxy__ object at 0xb9383d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xb938810>
permissions = ('openstack.services.network',)
policy_rules = ()
populate_monitor_id_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0xe22e9d0>
slug = u'deletepmassociationaction'
class openstack_dashboard.dashboards.project.loadbalancers.workflows.DeletePMAssociationStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of DeletePMAssociationAction

contribute(data, context)[source]
contributes = ('monitor_id',)
depends_on = ('pool_id', 'pool_name', 'pool_monitors')

Previous topic

The openstack_dashboard.dashboards.project.loadbalancers.views Module

Next topic

The openstack_dashboard.dashboards.project.network_topology Module

This Page