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

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

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.firewalls.workflows.AddFirewallStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0x7f484fbcecd0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f484fbced90>
format_status_message(message)[source]
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x7f484fbce450>
slug = 'addfirewall'
success_message = <django.utils.functional.__proxy__ object at 0x7f484fbce3d0>
success_url = 'horizon:project:firewalls:index'
class openstack_dashboard.dashboards.project.firewalls.workflows.AddFirewallAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f484f90d110>), ('description', <django.forms.fields.CharField object at 0x7f484f7cf2d0>), ('firewall_policy_id', <horizon.forms.fields.ThemableChoiceField object at 0x7f485226ec50>), ('admin_state_up', <horizon.forms.fields.ThemableChoiceField object at 0x7f485226e850>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f484f90d110>), ('description', <django.forms.fields.CharField object at 0x7f484f7cf2d0>), ('firewall_policy_id', <horizon.forms.fields.ThemableChoiceField object at 0x7f485226ec50>), ('admin_state_up', <horizon.forms.fields.ThemableChoiceField object at 0x7f485226e850>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f484fbce290>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f485226e210>
permissions = ('openstack.services.network',)
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f484fbce910>
slug = u'addfirewallaction'
class openstack_dashboard.dashboards.project.firewalls.workflows.AddFirewallStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of AddFirewallAction

contribute(data, context)[source]
contributes = ('name', 'firewall_policy_id', 'description', 'admin_state_up')
class openstack_dashboard.dashboards.project.firewalls.workflows.AddPolicy(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.firewalls.workflows.AddPolicyStep'>, <class 'openstack_dashboard.dashboards.project.firewalls.workflows.SelectRulesStep'>)
failure_message = <django.utils.functional.__proxy__ object at 0x7f484f90dcd0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f484f90de90>
format_status_message(message)[source]
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x7f484f90d950>
slug = 'addpolicy'
success_message = <django.utils.functional.__proxy__ object at 0x7f484f90de10>
success_url = 'horizon:project:firewalls:index'
class openstack_dashboard.dashboards.project.firewalls.workflows.AddPolicyAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f484fc182d0>), ('description', <django.forms.fields.CharField object at 0x7f484fc18750>), ('shared', <django.forms.fields.BooleanField object at 0x7f484f90dad0>), ('audited', <django.forms.fields.BooleanField object at 0x7f484f90d150>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f484fc182d0>), ('description', <django.forms.fields.CharField object at 0x7f484fc18750>), ('shared', <django.forms.fields.BooleanField object at 0x7f484f90dad0>), ('audited', <django.forms.fields.BooleanField object at 0x7f484f90d150>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f484f90d750>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f484f90d050>
permissions = ('openstack.services.network',)
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f484f90d850>
slug = u'addpolicyaction'
class openstack_dashboard.dashboards.project.firewalls.workflows.AddPolicyStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of AddPolicyAction

contribute(data, context)[source]
contributes = ('name', 'description', 'shared', 'audited')
class openstack_dashboard.dashboards.project.firewalls.workflows.AddRule(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.firewalls.workflows.AddRuleStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0x7f484f961ad0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f4850600f10>
format_status_message(message)[source]
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x7f4850600650>
slug = 'addrule'
success_message = <django.utils.functional.__proxy__ object at 0x7f4850600090>
success_url = 'horizon:project:firewalls:index'
class openstack_dashboard.dashboards.project.firewalls.workflows.AddRuleAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f484e334e10>), ('description', <django.forms.fields.CharField object at 0x7f484f7cf110>), ('protocol', <horizon.forms.fields.ThemableChoiceField object at 0x7f4850186e50>), ('action', <horizon.forms.fields.ThemableChoiceField object at 0x7f484fab0950>), ('source_ip_address', <horizon.forms.fields.IPField object at 0x7f484fab0310>), ('destination_ip_address', <horizon.forms.fields.IPField object at 0x7f484fab0450>), ('source_port', <django.forms.fields.CharField object at 0x7f4852d7c290>), ('destination_port', <django.forms.fields.CharField object at 0x7f484f2db210>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0x7f484f2dbe90>), ('shared', <django.forms.fields.BooleanField object at 0x7f484f2db390>), ('enabled', <django.forms.fields.BooleanField object at 0x7f4850600dd0>)])
clean()[source]
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f484e334e10>), ('description', <django.forms.fields.CharField object at 0x7f484f7cf110>), ('protocol', <horizon.forms.fields.ThemableChoiceField object at 0x7f4850186e50>), ('action', <horizon.forms.fields.ThemableChoiceField object at 0x7f484fab0950>), ('source_ip_address', <horizon.forms.fields.IPField object at 0x7f484fab0310>), ('destination_ip_address', <horizon.forms.fields.IPField object at 0x7f484fab0450>), ('source_port', <django.forms.fields.CharField object at 0x7f4852d7c290>), ('destination_port', <django.forms.fields.CharField object at 0x7f484f2db210>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0x7f484f2dbe90>), ('shared', <django.forms.fields.BooleanField object at 0x7f484f2db390>), ('enabled', <django.forms.fields.BooleanField object at 0x7f4850600dd0>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f4850600610>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f48506001d0>
permissions = ('openstack.services.network',)
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f4850600150>
slug = u'addruleaction'
class openstack_dashboard.dashboards.project.firewalls.workflows.AddRuleStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of AddRuleAction

contribute(data, context)[source]
contributes = ('name', 'description', 'protocol', 'action', 'source_ip_address', 'source_port', 'destination_ip_address', 'destination_port', 'enabled', 'shared', 'ip_version')
class openstack_dashboard.dashboards.project.firewalls.workflows.SelectRoutersAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('router', <django.forms.fields.MultipleChoiceField object at 0x7f48503402d0>)])
declared_fields = OrderedDict([('router', <django.forms.fields.MultipleChoiceField object at 0x7f48503402d0>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f4850340250>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f48503405d0>
permissions = ('openstack.services.network',)
policy_rules = ()
populate_router_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x7f484fc18390>
slug = u'selectroutersaction'
class openstack_dashboard.dashboards.project.firewalls.workflows.SelectRoutersStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of SelectRoutersAction

contribute(data, context)[source]
contributes = ('router_ids', 'all_routers_selected', 'Select No Routers')
template_name = 'project/firewalls/_update_routers.html'
class openstack_dashboard.dashboards.project.firewalls.workflows.SelectRulesAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('rule', <django.forms.fields.MultipleChoiceField object at 0x7f484f961310>)])
declared_fields = OrderedDict([('rule', <django.forms.fields.MultipleChoiceField object at 0x7f484f961310>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f484f961b10>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f484f961dd0>
permissions = ('openstack.services.network',)
policy_rules = ()
populate_rule_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x7f4850340e10>
slug = u'selectrulesaction'
class openstack_dashboard.dashboards.project.firewalls.workflows.SelectRulesStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of SelectRulesAction

contribute(data, context)[source]
contributes = ('firewall_rules',)
template_name = 'project/firewalls/_update_rules.html'

Previous topic

The openstack_dashboard.dashboards.project.firewalls.views Module

Next topic

The openstack_dashboard.dashboards.project.ngdetails.panel Module

Project Source

This Page