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

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

Bases: horizon.workflows.base.Workflow

AddIKEPolicy.default_steps = (<class 'openstack_dashboard.dashboards.project.vpn.workflows.AddIKEPolicyStep'>,)
AddIKEPolicy.failure_message = <django.utils.functional.__proxy__ object at 0x12752b10>
AddIKEPolicy.finalize_button_name = <django.utils.functional.__proxy__ object at 0x12752a90>
AddIKEPolicy.format_status_message(message)[source]
AddIKEPolicy.handle(request, context)[source]
AddIKEPolicy.name = <django.utils.functional.__proxy__ object at 0x12752a50>
AddIKEPolicy.slug = 'addikepolicy'
AddIKEPolicy.success_message = <django.utils.functional.__proxy__ object at 0x12752ad0>
AddIKEPolicy.success_url = 'horizon:project:vpn:index'
class openstack_dashboard.dashboards.project.vpn.workflows.AddIKEPolicyAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

AddIKEPolicyAction.base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x128b9c10>), ('description', <django.forms.fields.CharField object at 0x128b9e10>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x128b9f90>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x12752110>), ('ike_version', <django.forms.fields.ChoiceField object at 0x12752210>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x12752310>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x12752450>), ('pfs', <django.forms.fields.ChoiceField object at 0x127525d0>), ('phase1_negotiation_mode', <django.forms.fields.ChoiceField object at 0x12752710>)])
AddIKEPolicyAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x128b9c10>), ('description', <django.forms.fields.CharField object at 0x128b9e10>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x128b9f90>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x12752110>), ('ike_version', <django.forms.fields.ChoiceField object at 0x12752210>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x12752310>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x12752450>), ('pfs', <django.forms.fields.ChoiceField object at 0x127525d0>), ('phase1_negotiation_mode', <django.forms.fields.ChoiceField object at 0x12752710>)])
AddIKEPolicyAction.help_text = <django.utils.functional.__proxy__ object at 0x12752810>
AddIKEPolicyAction.help_text_template = None
AddIKEPolicyAction.media
AddIKEPolicyAction.name = <django.utils.functional.__proxy__ object at 0x127527d0>
AddIKEPolicyAction.permissions = ('openstack.services.network',)
AddIKEPolicyAction.progress_message = <django.utils.functional.__proxy__ object at 0x12752a10>
AddIKEPolicyAction.slug = u'addikepolicyaction'
class openstack_dashboard.dashboards.project.vpn.workflows.AddIKEPolicyStep(workflow)[source]

Bases: horizon.workflows.base.Step

AddIKEPolicyStep.action_class

alias of AddIKEPolicyAction

AddIKEPolicyStep.contribute(data, context)[source]
AddIKEPolicyStep.contributes = ('name', 'description', 'auth_algorithm', 'encryption_algorithm', 'ike_version', 'lifetime_units', 'lifetime_value', 'pfs', 'phase1_negotiation_mode')
class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecPolicy(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

AddIPSecPolicy.default_steps = (<class 'openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecPolicyStep'>,)
AddIPSecPolicy.failure_message = <django.utils.functional.__proxy__ object at 0x12758b50>
AddIPSecPolicy.finalize_button_name = <django.utils.functional.__proxy__ object at 0x12758ad0>
AddIPSecPolicy.format_status_message(message)[source]
AddIPSecPolicy.handle(request, context)[source]
AddIPSecPolicy.name = <django.utils.functional.__proxy__ object at 0x12758a90>
AddIPSecPolicy.slug = 'addipsecpolicy'
AddIPSecPolicy.success_message = <django.utils.functional.__proxy__ object at 0x12758b10>
AddIPSecPolicy.success_url = 'horizon:project:vpn:index'
class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecPolicyAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

AddIPSecPolicyAction.base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x12752c50>), ('description', <django.forms.fields.CharField object at 0x12752e50>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x12752fd0>), ('encapsulation_mode', <django.forms.fields.ChoiceField object at 0x12758150>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x12758250>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x12758350>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x12758490>), ('pfs', <django.forms.fields.ChoiceField object at 0x12758610>), ('transform_protocol', <django.forms.fields.ChoiceField object at 0x12758750>)])
AddIPSecPolicyAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x12752c50>), ('description', <django.forms.fields.CharField object at 0x12752e50>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x12752fd0>), ('encapsulation_mode', <django.forms.fields.ChoiceField object at 0x12758150>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x12758250>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x12758350>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x12758490>), ('pfs', <django.forms.fields.ChoiceField object at 0x12758610>), ('transform_protocol', <django.forms.fields.ChoiceField object at 0x12758750>)])
AddIPSecPolicyAction.help_text = <django.utils.functional.__proxy__ object at 0x12758850>
AddIPSecPolicyAction.help_text_template = None
AddIPSecPolicyAction.media
AddIPSecPolicyAction.name = <django.utils.functional.__proxy__ object at 0x12758810>
AddIPSecPolicyAction.permissions = ('openstack.services.network',)
AddIPSecPolicyAction.progress_message = <django.utils.functional.__proxy__ object at 0x12758a50>
AddIPSecPolicyAction.slug = u'addipsecpolicyaction'
class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecPolicyStep(workflow)[source]

Bases: horizon.workflows.base.Step

AddIPSecPolicyStep.action_class

alias of AddIPSecPolicyAction

AddIPSecPolicyStep.contribute(data, context)[source]
AddIPSecPolicyStep.contributes = ('name', 'description', 'auth_algorithm', 'encapsulation_mode', 'encryption_algorithm', 'lifetime_units', 'lifetime_value', 'pfs', 'transform_protocol')
class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnection(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

AddIPSecSiteConnection.default_steps = (<class 'openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionStep'>, <class 'openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionOptionalStep'>)
AddIPSecSiteConnection.failure_message = <django.utils.functional.__proxy__ object at 0x12757910>
AddIPSecSiteConnection.finalize_button_name = <django.utils.functional.__proxy__ object at 0x12757890>
AddIPSecSiteConnection.format_status_message(message)[source]
AddIPSecSiteConnection.handle(request, context)[source]
AddIPSecSiteConnection.name = <django.utils.functional.__proxy__ object at 0x12757850>
AddIPSecSiteConnection.slug = 'addipsecsiteconnection'
AddIPSecSiteConnection.success_message = <django.utils.functional.__proxy__ object at 0x127578d0>
AddIPSecSiteConnection.success_url = 'horizon:project:vpn:index'
class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

AddIPSecSiteConnectionAction.base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x12758c90>), ('description', <django.forms.fields.CharField object at 0x12758e90>), ('vpnservice_id', <django.forms.fields.ChoiceField object at 0x12755050>), ('ikepolicy_id', <django.forms.fields.ChoiceField object at 0x12755190>), ('ipsecpolicy_id', <django.forms.fields.ChoiceField object at 0x12755250>), ('peer_address', <horizon.forms.fields.IPField object at 0x12755350>), ('peer_id', <horizon.forms.fields.IPField object at 0x12755450>), ('peer_cidrs', <horizon.forms.fields.MultiIPField object at 0x127555d0>), ('psk', <django.forms.fields.CharField object at 0x12755710>)])
AddIPSecSiteConnectionAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x12758c90>), ('description', <django.forms.fields.CharField object at 0x12758e90>), ('vpnservice_id', <django.forms.fields.ChoiceField object at 0x12755050>), ('ikepolicy_id', <django.forms.fields.ChoiceField object at 0x12755190>), ('ipsecpolicy_id', <django.forms.fields.ChoiceField object at 0x12755250>), ('peer_address', <horizon.forms.fields.IPField object at 0x12755350>), ('peer_id', <horizon.forms.fields.IPField object at 0x12755450>), ('peer_cidrs', <horizon.forms.fields.MultiIPField object at 0x127555d0>), ('psk', <django.forms.fields.CharField object at 0x12755710>)])
AddIPSecSiteConnectionAction.help_text = <django.utils.functional.__proxy__ object at 0x12755890>
AddIPSecSiteConnectionAction.help_text_template = None
AddIPSecSiteConnectionAction.media
AddIPSecSiteConnectionAction.name = <django.utils.functional.__proxy__ object at 0x12755850>
AddIPSecSiteConnectionAction.permissions = ('openstack.services.network',)
AddIPSecSiteConnectionAction.populate_ikepolicy_id_choices(request, context)[source]
AddIPSecSiteConnectionAction.populate_ipsecpolicy_id_choices(request, context)[source]
AddIPSecSiteConnectionAction.populate_vpnservice_id_choices(request, context)[source]
AddIPSecSiteConnectionAction.progress_message = <django.utils.functional.__proxy__ object at 0x12755ad0>
AddIPSecSiteConnectionAction.slug = u'addipsecsiteconnectionaction'
class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionOptionalAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

AddIPSecSiteConnectionOptionalAction.base_fields = OrderedDict([('mtu', <django.forms.fields.IntegerField object at 0x12755b90>), ('dpd_action', <django.forms.fields.ChoiceField object at 0x12755d10>), ('dpd_interval', <django.forms.fields.IntegerField object at 0x12755e90>), ('dpd_timeout', <django.forms.fields.IntegerField object at 0x12757090>), ('initiator', <django.forms.fields.ChoiceField object at 0x12757250>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x12757450>)])
AddIPSecSiteConnectionOptionalAction.clean()[source]
AddIPSecSiteConnectionOptionalAction.declared_fields = OrderedDict([('mtu', <django.forms.fields.IntegerField object at 0x12755b90>), ('dpd_action', <django.forms.fields.ChoiceField object at 0x12755d10>), ('dpd_interval', <django.forms.fields.IntegerField object at 0x12755e90>), ('dpd_timeout', <django.forms.fields.IntegerField object at 0x12757090>), ('initiator', <django.forms.fields.ChoiceField object at 0x12757250>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x12757450>)])
AddIPSecSiteConnectionOptionalAction.help_text = <django.utils.functional.__proxy__ object at 0x12757610>
AddIPSecSiteConnectionOptionalAction.help_text_template = None
AddIPSecSiteConnectionOptionalAction.media
AddIPSecSiteConnectionOptionalAction.name = <django.utils.functional.__proxy__ object at 0x127575d0>
AddIPSecSiteConnectionOptionalAction.permissions = ('openstack.services.network',)
AddIPSecSiteConnectionOptionalAction.populate_dpd_action_choices(request, context)[source]
AddIPSecSiteConnectionOptionalAction.progress_message = <django.utils.functional.__proxy__ object at 0x12757810>
AddIPSecSiteConnectionOptionalAction.slug = u'addipsecsiteconnectionoptionalaction'
class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionOptionalStep(workflow)[source]

Bases: horizon.workflows.base.Step

AddIPSecSiteConnectionOptionalStep.action_class

alias of AddIPSecSiteConnectionOptionalAction

AddIPSecSiteConnectionOptionalStep.contribute(data, context)[source]
AddIPSecSiteConnectionOptionalStep.contributes = ('dpd_action', 'dpd_interval', 'dpd_timeout', 'initiator', 'mtu', 'admin_state_up')
class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionStep(workflow)[source]

Bases: horizon.workflows.base.Step

AddIPSecSiteConnectionStep.action_class

alias of AddIPSecSiteConnectionAction

AddIPSecSiteConnectionStep.contributes = ('name', 'description', 'vpnservice_id', 'ikepolicy_id', 'ipsecpolicy_id', 'peer_address', 'peer_id', 'peer_cidrs', 'psk')
class openstack_dashboard.dashboards.project.vpn.workflows.AddVPNService(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

AddVPNService.default_steps = (<class 'openstack_dashboard.dashboards.project.vpn.workflows.AddVPNServiceStep'>,)
AddVPNService.failure_message = <django.utils.functional.__proxy__ object at 0x128b9ad0>
AddVPNService.finalize_button_name = <django.utils.functional.__proxy__ object at 0x128b9a50>
AddVPNService.format_status_message(message)[source]
AddVPNService.handle(request, context)[source]
AddVPNService.name = <django.utils.functional.__proxy__ object at 0x128b9a10>
AddVPNService.slug = 'addvpnservice'
AddVPNService.success_message = <django.utils.functional.__proxy__ object at 0x128b9a90>
AddVPNService.success_url = 'horizon:project:vpn:index'
class openstack_dashboard.dashboards.project.vpn.workflows.AddVPNServiceAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

AddVPNServiceAction.base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x12875890>), ('description', <django.forms.fields.CharField object at 0x12875cd0>), ('router_id', <django.forms.fields.ChoiceField object at 0x127e3c10>), ('subnet_id', <django.forms.fields.ChoiceField object at 0x128b94d0>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x128b9650>)])
AddVPNServiceAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x12875890>), ('description', <django.forms.fields.CharField object at 0x12875cd0>), ('router_id', <django.forms.fields.ChoiceField object at 0x127e3c10>), ('subnet_id', <django.forms.fields.ChoiceField object at 0x128b94d0>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x128b9650>)])
AddVPNServiceAction.help_text = <django.utils.functional.__proxy__ object at 0x127e38d0>
AddVPNServiceAction.help_text_template = None
AddVPNServiceAction.media
AddVPNServiceAction.name = <django.utils.functional.__proxy__ object at 0x128b97d0>
AddVPNServiceAction.permissions = ('openstack.services.network',)
AddVPNServiceAction.populate_router_id_choices(request, context)[source]
AddVPNServiceAction.populate_subnet_id_choices(request, context)[source]
AddVPNServiceAction.progress_message = <django.utils.functional.__proxy__ object at 0x128b99d0>
AddVPNServiceAction.slug = u'addvpnserviceaction'
class openstack_dashboard.dashboards.project.vpn.workflows.AddVPNServiceStep(workflow)[source]

Bases: horizon.workflows.base.Step

AddVPNServiceStep.action_class

alias of AddVPNServiceAction

AddVPNServiceStep.contribute(data, context)[source]
AddVPNServiceStep.contributes = ('name', 'description', 'subnet_id', 'router_id', 'admin_state_up')

Previous topic

The openstack_dashboard.dashboards.project.vpn.tabs Module

Next topic

The openstack_dashboard.dashboards.project.access_and_security.panel Module

This Page