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 0x88efa50>
AddIKEPolicy.finalize_button_name = <django.utils.functional.__proxy__ object at 0x79c8e10>
AddIKEPolicy.format_status_message(message)[source]
AddIKEPolicy.handle(request, context)[source]
AddIKEPolicy.name = <django.utils.functional.__proxy__ object at 0x79c8fd0>
AddIKEPolicy.slug = 'addikepolicy'
AddIKEPolicy.success_message = <django.utils.functional.__proxy__ object at 0x88efad0>
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 0x57dad90>), ('description', <django.forms.fields.CharField object at 0x87bcad0>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x87bc1d0>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x87bcf90>), ('ike_version', <django.forms.fields.ChoiceField object at 0x87bce50>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x709f150>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x3435550>), ('pfs', <django.forms.fields.ChoiceField object at 0x79c8950>), ('phase1_negotiation_mode', <django.forms.fields.ChoiceField object at 0x79c8410>)])
AddIKEPolicyAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x57dad90>), ('description', <django.forms.fields.CharField object at 0x87bcad0>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x87bc1d0>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x87bcf90>), ('ike_version', <django.forms.fields.ChoiceField object at 0x87bce50>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x709f150>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x3435550>), ('pfs', <django.forms.fields.ChoiceField object at 0x79c8950>), ('phase1_negotiation_mode', <django.forms.fields.ChoiceField object at 0x79c8410>)])
AddIKEPolicyAction.help_text = <django.utils.functional.__proxy__ object at 0x79c86d0>
AddIKEPolicyAction.help_text_template = None
AddIKEPolicyAction.media
AddIKEPolicyAction.name = <django.utils.functional.__proxy__ object at 0x79c8890>
AddIKEPolicyAction.permissions = ('openstack.services.network',)
AddIKEPolicyAction.progress_message = <django.utils.functional.__proxy__ object at 0x79c8210>
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 0xa892310>
AddIPSecPolicy.finalize_button_name = <django.utils.functional.__proxy__ object at 0xa892150>
AddIPSecPolicy.format_status_message(message)[source]
AddIPSecPolicy.handle(request, context)[source]
AddIPSecPolicy.name = <django.utils.functional.__proxy__ object at 0xa892d10>
AddIPSecPolicy.slug = 'addipsecpolicy'
AddIPSecPolicy.success_message = <django.utils.functional.__proxy__ object at 0xa892450>
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 0x88ef450>), ('description', <django.forms.fields.CharField object at 0x88efcd0>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x88ef410>), ('encapsulation_mode', <django.forms.fields.ChoiceField object at 0x88ef310>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0xa892a10>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0xa892e50>), ('lifetime_value', <django.forms.fields.IntegerField object at 0xa892550>), ('pfs', <django.forms.fields.ChoiceField object at 0xa892b50>), ('transform_protocol', <django.forms.fields.ChoiceField object at 0xa8920d0>)])
AddIPSecPolicyAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x88ef450>), ('description', <django.forms.fields.CharField object at 0x88efcd0>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x88ef410>), ('encapsulation_mode', <django.forms.fields.ChoiceField object at 0x88ef310>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0xa892a10>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0xa892e50>), ('lifetime_value', <django.forms.fields.IntegerField object at 0xa892550>), ('pfs', <django.forms.fields.ChoiceField object at 0xa892b50>), ('transform_protocol', <django.forms.fields.ChoiceField object at 0xa8920d0>)])
AddIPSecPolicyAction.help_text = <django.utils.functional.__proxy__ object at 0xa892b10>
AddIPSecPolicyAction.help_text_template = None
AddIPSecPolicyAction.media
AddIPSecPolicyAction.name = <django.utils.functional.__proxy__ object at 0xa892f90>
AddIPSecPolicyAction.permissions = ('openstack.services.network',)
AddIPSecPolicyAction.progress_message = <django.utils.functional.__proxy__ object at 0xa8923d0>
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 0xa4e4bd0>
AddIPSecSiteConnection.finalize_button_name = <django.utils.functional.__proxy__ object at 0xa4e43d0>
AddIPSecSiteConnection.format_status_message(message)[source]
AddIPSecSiteConnection.handle(request, context)[source]
AddIPSecSiteConnection.name = <django.utils.functional.__proxy__ object at 0xa4e45d0>
AddIPSecSiteConnection.slug = 'addipsecsiteconnection'
AddIPSecSiteConnection.success_message = <django.utils.functional.__proxy__ object at 0xa4e4f90>
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 0xa8929d0>), ('description', <django.forms.fields.CharField object at 0x92d93d0>), ('vpnservice_id', <django.forms.fields.ChoiceField object at 0x92d9a90>), ('ikepolicy_id', <django.forms.fields.ChoiceField object at 0xa0ef5d0>), ('ipsecpolicy_id', <django.forms.fields.ChoiceField object at 0xa0ef550>), ('peer_address', <horizon.forms.fields.IPField object at 0xa0ef1d0>), ('peer_id', <horizon.forms.fields.IPField object at 0xa0efe50>), ('peer_cidrs', <horizon.forms.fields.MultiIPField object at 0xa0db190>), ('psk', <django.forms.fields.CharField object at 0xa0db810>)])
AddIPSecSiteConnectionAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa8929d0>), ('description', <django.forms.fields.CharField object at 0x92d93d0>), ('vpnservice_id', <django.forms.fields.ChoiceField object at 0x92d9a90>), ('ikepolicy_id', <django.forms.fields.ChoiceField object at 0xa0ef5d0>), ('ipsecpolicy_id', <django.forms.fields.ChoiceField object at 0xa0ef550>), ('peer_address', <horizon.forms.fields.IPField object at 0xa0ef1d0>), ('peer_id', <horizon.forms.fields.IPField object at 0xa0efe50>), ('peer_cidrs', <horizon.forms.fields.MultiIPField object at 0xa0db190>), ('psk', <django.forms.fields.CharField object at 0xa0db810>)])
AddIPSecSiteConnectionAction.help_text = <django.utils.functional.__proxy__ object at 0xa0db0d0>
AddIPSecSiteConnectionAction.help_text_template = None
AddIPSecSiteConnectionAction.media
AddIPSecSiteConnectionAction.name = <django.utils.functional.__proxy__ object at 0xa0db850>
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 0xa0db8d0>
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 0xa0db450>), ('dpd_action', <django.forms.fields.ChoiceField object at 0xa0dbbd0>), ('dpd_interval', <django.forms.fields.IntegerField object at 0xa4e4850>), ('dpd_timeout', <django.forms.fields.IntegerField object at 0xa4e4810>), ('initiator', <django.forms.fields.ChoiceField object at 0xa4e4e10>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xa4e4890>)])
AddIPSecSiteConnectionOptionalAction.declared_fields = OrderedDict([('mtu', <django.forms.fields.IntegerField object at 0xa0db450>), ('dpd_action', <django.forms.fields.ChoiceField object at 0xa0dbbd0>), ('dpd_interval', <django.forms.fields.IntegerField object at 0xa4e4850>), ('dpd_timeout', <django.forms.fields.IntegerField object at 0xa4e4810>), ('initiator', <django.forms.fields.ChoiceField object at 0xa4e4e10>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xa4e4890>)])
AddIPSecSiteConnectionOptionalAction.help_text = <django.utils.functional.__proxy__ object at 0xa4e49d0>
AddIPSecSiteConnectionOptionalAction.help_text_template = None
AddIPSecSiteConnectionOptionalAction.media
AddIPSecSiteConnectionOptionalAction.name = <django.utils.functional.__proxy__ object at 0xa4e4310>
AddIPSecSiteConnectionOptionalAction.permissions = ('openstack.services.network',)
AddIPSecSiteConnectionOptionalAction.populate_dpd_action_choices(request, context)[source]
AddIPSecSiteConnectionOptionalAction.progress_message = <django.utils.functional.__proxy__ object at 0xa4e4750>
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 0x57dad50>
AddVPNService.finalize_button_name = <django.utils.functional.__proxy__ object at 0x57daf90>
AddVPNService.format_status_message(message)[source]
AddVPNService.handle(request, context)[source]
AddVPNService.name = <django.utils.functional.__proxy__ object at 0x57da1d0>
AddVPNService.slug = 'addvpnservice'
AddVPNService.success_message = <django.utils.functional.__proxy__ object at 0x57daf10>
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 0xa6c6610>), ('description', <django.forms.fields.CharField object at 0xa891290>), ('router_id', <django.forms.fields.ChoiceField object at 0xa501650>), ('subnet_id', <django.forms.fields.ChoiceField object at 0x57da7d0>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x57da350>)])
AddVPNServiceAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa6c6610>), ('description', <django.forms.fields.CharField object at 0xa891290>), ('router_id', <django.forms.fields.ChoiceField object at 0xa501650>), ('subnet_id', <django.forms.fields.ChoiceField object at 0x57da7d0>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x57da350>)])
AddVPNServiceAction.help_text = <django.utils.functional.__proxy__ object at 0x57dac50>
AddVPNServiceAction.help_text_template = None
AddVPNServiceAction.media
AddVPNServiceAction.name = <django.utils.functional.__proxy__ object at 0x57da210>
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 0x57da610>
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.tables Module

Next topic

The openstack_dashboard.dashboards.project.vpn.urls Module

This Page