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 0xaaff050>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xaaff0d0>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xaaffa10>
slug = 'addmember'
success_message = <django.utils.functional.__proxy__ object at 0xaaff450>
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', <django.forms.fields.ChoiceField object at 0xa790550>), ('member_type', <django.forms.fields.ChoiceField object at 0xa790650>), ('members', <django.forms.fields.MultipleChoiceField object at 0xc707f90>), ('address', <horizon.forms.fields.IPField object at 0xc707f50>), ('weight', <django.forms.fields.IntegerField object at 0xc707050>), ('protocol_port', <django.forms.fields.IntegerField object at 0xc707e10>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xc707d50>)])
clean()[source]
declared_fields = OrderedDict([('pool_id', <django.forms.fields.ChoiceField object at 0xa790550>), ('member_type', <django.forms.fields.ChoiceField object at 0xa790650>), ('members', <django.forms.fields.MultipleChoiceField object at 0xc707f90>), ('address', <horizon.forms.fields.IPField object at 0xc707f50>), ('weight', <django.forms.fields.IntegerField object at 0xc707050>), ('protocol_port', <django.forms.fields.IntegerField object at 0xc707e10>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xc707d50>)])
help_text = <django.utils.functional.__proxy__ object at 0xaaffe50>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xaaff890>
permissions = ('openstack.services.network',)
progress_message = <django.utils.functional.__proxy__ object at 0xaaff990>
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 0xae4e050>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xae4e1d0>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xae4ed90>
slug = 'addmonitor'
success_message = <django.utils.functional.__proxy__ object at 0xae4ef10>
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 0xaaff9d0>), ('delay', <django.forms.fields.IntegerField object at 0xa327dd0>), ('timeout', <django.forms.fields.IntegerField object at 0xa327750>), ('max_retries', <django.forms.fields.IntegerField object at 0xa3272d0>), ('http_method', <django.forms.fields.ChoiceField object at 0xa327610>), ('url_path', <django.forms.fields.CharField object at 0xa327890>), ('expected_codes', <django.forms.fields.RegexField object at 0xae4e150>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xae4e590>)])
clean()[source]
declared_fields = OrderedDict([('type', <django.forms.fields.ChoiceField object at 0xaaff9d0>), ('delay', <django.forms.fields.IntegerField object at 0xa327dd0>), ('timeout', <django.forms.fields.IntegerField object at 0xa327750>), ('max_retries', <django.forms.fields.IntegerField object at 0xa3272d0>), ('http_method', <django.forms.fields.ChoiceField object at 0xa327610>), ('url_path', <django.forms.fields.CharField object at 0xa327890>), ('expected_codes', <django.forms.fields.RegexField object at 0xae4e150>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xae4e590>)])
help_text = <django.utils.functional.__proxy__ object at 0xae4e410>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xae4ee50>
permissions = ('openstack.services.network',)
progress_message = <django.utils.functional.__proxy__ object at 0xae4e4d0>
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 0xc2cde90>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xc2cd050>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xc2cd0d0>
slug = 'addassociation'
success_message = <django.utils.functional.__proxy__ object at 0xc2cd810>
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', <django.forms.fields.ChoiceField object at 0xae4eb10>)])
declared_fields = OrderedDict([('monitor_id', <django.forms.fields.ChoiceField object at 0xae4eb10>)])
help_text = <django.utils.functional.__proxy__ object at 0xae4e090>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xae4ef50>
permissions = ('openstack.services.network',)
populate_monitor_id_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0xae4e450>
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 0xb2b8490>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xb2b80d0>
format_status_message(message)[source]
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xb2b8910>
slug = 'addpool'
success_message = <django.utils.functional.__proxy__ object at 0xb2b89d0>
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 0xac21310>), ('description', <django.forms.fields.CharField object at 0xa527e10>), ('provider', <django.forms.fields.ChoiceField object at 0xa51fa10>), ('subnet_id', <django.forms.fields.ChoiceField object at 0xa51f450>), ('protocol', <django.forms.fields.ChoiceField object at 0xa51f910>), ('lb_method', <django.forms.fields.ChoiceField object at 0xa51f7d0>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xa51f2d0>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xac21310>), ('description', <django.forms.fields.CharField object at 0xa527e10>), ('provider', <django.forms.fields.ChoiceField object at 0xa51fa10>), ('subnet_id', <django.forms.fields.ChoiceField object at 0xa51f450>), ('protocol', <django.forms.fields.ChoiceField object at 0xa51f910>), ('lb_method', <django.forms.fields.ChoiceField object at 0xa51f7d0>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xa51f2d0>)])
help_text = ''
help_text_template = 'project/loadbalancers/_create_pool_help.html'
media
name = <django.utils.functional.__proxy__ object at 0xae7d4d0>
permissions = ('openstack.services.network',)
progress_message = <django.utils.functional.__proxy__ object at 0xb2b8850>
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 0xa790190>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xa790890>
format_status_message(message)[source]
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xa790a50>
slug = 'addvip'
success_message = <django.utils.functional.__proxy__ object at 0xa790dd0>
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 0xc534890>), ('description', <django.forms.fields.CharField object at 0xc534ad0>), ('subnet_id', <django.forms.fields.ChoiceField object at 0xc534990>), ('address', <horizon.forms.fields.IPField object at 0xc713f90>), ('protocol_port', <django.forms.fields.IntegerField object at 0xc713d50>), ('protocol', <django.forms.fields.ChoiceField object at 0xc713850>), ('session_persistence', <django.forms.fields.ChoiceField object at 0xc7130d0>), ('cookie_name', <django.forms.fields.CharField object at 0xa7903d0>), ('connection_limit', <django.forms.fields.IntegerField object at 0xa7906d0>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xa790050>)])
clean()[source]
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xc534890>), ('description', <django.forms.fields.CharField object at 0xc534ad0>), ('subnet_id', <django.forms.fields.ChoiceField object at 0xc534990>), ('address', <horizon.forms.fields.IPField object at 0xc713f90>), ('protocol_port', <django.forms.fields.IntegerField object at 0xc713d50>), ('protocol', <django.forms.fields.ChoiceField object at 0xc713850>), ('session_persistence', <django.forms.fields.ChoiceField object at 0xc7130d0>), ('cookie_name', <django.forms.fields.CharField object at 0xa7903d0>), ('connection_limit', <django.forms.fields.IntegerField object at 0xa7906d0>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xa790050>)])
help_text = ''
help_text_template = 'project/loadbalancers/_create_vip_help.html'
media
name = <django.utils.functional.__proxy__ object at 0xa790bd0>
permissions = ('openstack.services.network',)
progress_message = <django.utils.functional.__proxy__ object at 0xa790cd0>
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 0xbd6f510>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xbd6f2d0>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0xbd6f890>
slug = 'deleteassociation'
success_message = <django.utils.functional.__proxy__ object at 0xbd6f050>
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', <django.forms.fields.ChoiceField object at 0xc2cd310>)])
declared_fields = OrderedDict([('monitor_id', <django.forms.fields.ChoiceField object at 0xc2cd310>)])
help_text = <django.utils.functional.__proxy__ object at 0xc2cda10>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xc2cda90>
permissions = ('openstack.services.network',)
populate_monitor_id_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0xbd6fd90>
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