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 0x9f25250>
AddIKEPolicy.finalize_button_name = <django.utils.functional.__proxy__ object at 0x9f25d50>
AddIKEPolicy.format_status_message(message)[source]
AddIKEPolicy.handle(request, context)[source]
AddIKEPolicy.name = <django.utils.functional.__proxy__ object at 0x9f25950>
AddIKEPolicy.slug = 'addikepolicy'
AddIKEPolicy.success_message = <django.utils.functional.__proxy__ object at 0x9f25510>
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 0x7ec0f90>), ('description', <django.forms.fields.CharField object at 0x7ec0650>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x7ec0510>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x7ec0490>), ('ike_version', <django.forms.fields.ChoiceField object at 0x7ec0e90>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x7ec0790>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x7ec05d0>), ('pfs', <django.forms.fields.ChoiceField object at 0x7ec0950>), ('phase1_negotiation_mode', <django.forms.fields.ChoiceField object at 0x92e1790>)])
AddIKEPolicyAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7ec0f90>), ('description', <django.forms.fields.CharField object at 0x7ec0650>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x7ec0510>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x7ec0490>), ('ike_version', <django.forms.fields.ChoiceField object at 0x7ec0e90>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x7ec0790>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x7ec05d0>), ('pfs', <django.forms.fields.ChoiceField object at 0x7ec0950>), ('phase1_negotiation_mode', <django.forms.fields.ChoiceField object at 0x92e1790>)])
AddIKEPolicyAction.help_text = <django.utils.functional.__proxy__ object at 0x9f251d0>
AddIKEPolicyAction.help_text_template = None
AddIKEPolicyAction.media
AddIKEPolicyAction.name = <django.utils.functional.__proxy__ object at 0x9f25610>
AddIKEPolicyAction.permissions = ('openstack.services.network',)
AddIKEPolicyAction.progress_message = <django.utils.functional.__proxy__ object at 0x9f25210>
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 0xa500390>
AddIPSecPolicy.finalize_button_name = <django.utils.functional.__proxy__ object at 0xa500c50>
AddIPSecPolicy.format_status_message(message)[source]
AddIPSecPolicy.handle(request, context)[source]
AddIPSecPolicy.name = <django.utils.functional.__proxy__ object at 0xa500e50>
AddIPSecPolicy.slug = 'addipsecpolicy'
AddIPSecPolicy.success_message = <django.utils.functional.__proxy__ object at 0xa500ad0>
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 0xa9ba650>), ('description', <django.forms.fields.CharField object at 0xa9ba9d0>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0xa11eed0>), ('encapsulation_mode', <django.forms.fields.ChoiceField object at 0xa11edd0>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0xa11e510>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0xa11ea90>), ('lifetime_value', <django.forms.fields.IntegerField object at 0xa11ed90>), ('pfs', <django.forms.fields.ChoiceField object at 0xa11eb90>), ('transform_protocol', <django.forms.fields.ChoiceField object at 0xa500bd0>)])
AddIPSecPolicyAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa9ba650>), ('description', <django.forms.fields.CharField object at 0xa9ba9d0>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0xa11eed0>), ('encapsulation_mode', <django.forms.fields.ChoiceField object at 0xa11edd0>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0xa11e510>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0xa11ea90>), ('lifetime_value', <django.forms.fields.IntegerField object at 0xa11ed90>), ('pfs', <django.forms.fields.ChoiceField object at 0xa11eb90>), ('transform_protocol', <django.forms.fields.ChoiceField object at 0xa500bd0>)])
AddIPSecPolicyAction.help_text = <django.utils.functional.__proxy__ object at 0xa500690>
AddIPSecPolicyAction.help_text_template = None
AddIPSecPolicyAction.media
AddIPSecPolicyAction.name = <django.utils.functional.__proxy__ object at 0xa5008d0>
AddIPSecPolicyAction.permissions = ('openstack.services.network',)
AddIPSecPolicyAction.progress_message = <django.utils.functional.__proxy__ object at 0xa500b10>
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 0x9261e10>
AddIPSecSiteConnection.finalize_button_name = <django.utils.functional.__proxy__ object at 0x9261810>
AddIPSecSiteConnection.format_status_message(message)[source]
AddIPSecSiteConnection.handle(request, context)[source]
AddIPSecSiteConnection.name = <django.utils.functional.__proxy__ object at 0x9261590>
AddIPSecSiteConnection.slug = 'addipsecsiteconnection'
AddIPSecSiteConnection.success_message = <django.utils.functional.__proxy__ object at 0x9261ad0>
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 0x87d5310>), ('description', <django.forms.fields.CharField object at 0x87d5890>), ('vpnservice_id', <django.forms.fields.ChoiceField object at 0x87d55d0>), ('ikepolicy_id', <django.forms.fields.ChoiceField object at 0x87d5b90>), ('ipsecpolicy_id', <django.forms.fields.ChoiceField object at 0x8e28810>), ('peer_address', <horizon.forms.fields.IPField object at 0x8e28c50>), ('peer_id', <horizon.forms.fields.IPField object at 0x8e28790>), ('peer_cidrs', <horizon.forms.fields.MultiIPField object at 0x8e28090>), ('psk', <django.forms.fields.CharField object at 0x8e289d0>)])
AddIPSecSiteConnectionAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x87d5310>), ('description', <django.forms.fields.CharField object at 0x87d5890>), ('vpnservice_id', <django.forms.fields.ChoiceField object at 0x87d55d0>), ('ikepolicy_id', <django.forms.fields.ChoiceField object at 0x87d5b90>), ('ipsecpolicy_id', <django.forms.fields.ChoiceField object at 0x8e28810>), ('peer_address', <horizon.forms.fields.IPField object at 0x8e28c50>), ('peer_id', <horizon.forms.fields.IPField object at 0x8e28790>), ('peer_cidrs', <horizon.forms.fields.MultiIPField object at 0x8e28090>), ('psk', <django.forms.fields.CharField object at 0x8e289d0>)])
AddIPSecSiteConnectionAction.help_text = <django.utils.functional.__proxy__ object at 0x8e28990>
AddIPSecSiteConnectionAction.help_text_template = None
AddIPSecSiteConnectionAction.media
AddIPSecSiteConnectionAction.name = <django.utils.functional.__proxy__ object at 0x8e28e10>
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 0x8d65a10>
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 0x262e4d0>), ('dpd_action', <django.forms.fields.ChoiceField object at 0x262e990>), ('dpd_interval', <django.forms.fields.IntegerField object at 0x262ed50>), ('dpd_timeout', <django.forms.fields.IntegerField object at 0x262e9d0>), ('initiator', <django.forms.fields.ChoiceField object at 0x262e610>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x262e3d0>)])
AddIPSecSiteConnectionOptionalAction.declared_fields = OrderedDict([('mtu', <django.forms.fields.IntegerField object at 0x262e4d0>), ('dpd_action', <django.forms.fields.ChoiceField object at 0x262e990>), ('dpd_interval', <django.forms.fields.IntegerField object at 0x262ed50>), ('dpd_timeout', <django.forms.fields.IntegerField object at 0x262e9d0>), ('initiator', <django.forms.fields.ChoiceField object at 0x262e610>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x262e3d0>)])
AddIPSecSiteConnectionOptionalAction.help_text = <django.utils.functional.__proxy__ object at 0x262e690>
AddIPSecSiteConnectionOptionalAction.help_text_template = None
AddIPSecSiteConnectionOptionalAction.media
AddIPSecSiteConnectionOptionalAction.name = <django.utils.functional.__proxy__ object at 0x262ee10>
AddIPSecSiteConnectionOptionalAction.permissions = ('openstack.services.network',)
AddIPSecSiteConnectionOptionalAction.populate_dpd_action_choices(request, context)[source]
AddIPSecSiteConnectionOptionalAction.progress_message = <django.utils.functional.__proxy__ object at 0x9261110>
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 0x7ec0550>
AddVPNService.finalize_button_name = <django.utils.functional.__proxy__ object at 0x7ec0290>
AddVPNService.format_status_message(message)[source]
AddVPNService.handle(request, context)[source]
AddVPNService.name = <django.utils.functional.__proxy__ object at 0x7ec0750>
AddVPNService.slug = 'addvpnservice'
AddVPNService.success_message = <django.utils.functional.__proxy__ object at 0x7ec0f50>
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 0x9f1ab50>), ('description', <django.forms.fields.CharField object at 0x9f1aa50>), ('router_id', <django.forms.fields.ChoiceField object at 0x9354210>), ('subnet_id', <django.forms.fields.ChoiceField object at 0x9354b10>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x93543d0>)])
AddVPNServiceAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x9f1ab50>), ('description', <django.forms.fields.CharField object at 0x9f1aa50>), ('router_id', <django.forms.fields.ChoiceField object at 0x9354210>), ('subnet_id', <django.forms.fields.ChoiceField object at 0x9354b10>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x93543d0>)])
AddVPNServiceAction.help_text = <django.utils.functional.__proxy__ object at 0x9354c50>
AddVPNServiceAction.help_text_template = None
AddVPNServiceAction.media
AddVPNServiceAction.name = <django.utils.functional.__proxy__ object at 0x9354d90>
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 0x9354690>
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