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
- default_steps = (<class 'openstack_dashboard.dashboards.project.vpn.workflows.AddIKEPolicyStep'>,)
- failure_message = <django.utils.functional.__proxy__ object at 0x1009deec>
- finalize_button_name = <django.utils.functional.__proxy__ object at 0x100a310c>
- format_status_message(message)[source]
- handle(request, context)[source]
- name = <django.utils.functional.__proxy__ object at 0x100a3b8c>
- slug = 'addikepolicy'
- success_message = <django.utils.functional.__proxy__ object at 0x1009de4c>
- success_url = 'horizon:project:vpn:index'
- class openstack_dashboard.dashboards.project.vpn.workflows.AddIKEPolicyAction(request, *args, **kwargs)[source]
Bases: horizon.workflows.base.Action
- base_fields = {'name': <django.forms.fields.CharField object at 0x1018a6ac>, 'description': <django.forms.fields.CharField object at 0x100a43ac>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x100a4b6c>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x100a404c>, 'ike_version': <django.forms.fields.ChoiceField object at 0xfa03a6c>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0xf9fccac>, 'lifetime_value': <django.forms.fields.IntegerField object at 0xfa2570c>, 'pfs': <django.forms.fields.ChoiceField object at 0x100a302c>, 'phase1_negotiation_mode': <django.forms.fields.ChoiceField object at 0x100a35cc>}
- help_text = <django.utils.functional.__proxy__ object at 0x100a39ec>
- help_text_template = None
- media
- name = <django.utils.functional.__proxy__ object at 0x100a3b2c>
- permissions = ('openstack.services.network',)
- progress_message = <django.utils.functional.__proxy__ object at 0x100a334c>
- slug = u'addikepolicyaction'
- class openstack_dashboard.dashboards.project.vpn.workflows.AddIKEPolicyStep(workflow)[source]
Bases: horizon.workflows.base.Step
- action_class
alias of AddIKEPolicyAction
- contribute(data, context)[source]
- 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
- default_steps = (<class 'openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecPolicyStep'>,)
- failure_message = <django.utils.functional.__proxy__ object at 0x1009cc0c>
- finalize_button_name = <django.utils.functional.__proxy__ object at 0x1009c50c>
- format_status_message(message)[source]
- handle(request, context)[source]
- name = <django.utils.functional.__proxy__ object at 0x1009c84c>
- slug = 'addipsecpolicy'
- success_message = <django.utils.functional.__proxy__ object at 0x1009c1ec>
- success_url = 'horizon:project:vpn:index'
- class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecPolicyAction(request, *args, **kwargs)[source]
Bases: horizon.workflows.base.Action
- base_fields = {'name': <django.forms.fields.CharField object at 0x1009ddcc>, 'description': <django.forms.fields.CharField object at 0x1009da0c>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x1009d42c>, 'encapsulation_mode': <django.forms.fields.ChoiceField object at 0x1009ddac>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x1009dc6c>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0x1009decc>, 'lifetime_value': <django.forms.fields.IntegerField object at 0x1009df0c>, 'pfs': <django.forms.fields.ChoiceField object at 0x1009c70c>, 'transform_protocol': <django.forms.fields.ChoiceField object at 0x1009cdac>}
- help_text = <django.utils.functional.__proxy__ object at 0x1009cdec>
- help_text_template = None
- media
- name = <django.utils.functional.__proxy__ object at 0x1009c94c>
- permissions = ('openstack.services.network',)
- progress_message = <django.utils.functional.__proxy__ object at 0x1018a6ec>
- slug = u'addipsecpolicyaction'
- class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecPolicyStep(workflow)[source]
Bases: horizon.workflows.base.Step
- action_class
alias of AddIPSecPolicyAction
- contribute(data, context)[source]
- 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
- default_steps = (<class 'openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionStep'>, <class 'openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionOptionalStep'>)
- failure_message = <django.utils.functional.__proxy__ object at 0xf30bd6c>
- finalize_button_name = <django.utils.functional.__proxy__ object at 0xf30bcac>
- format_status_message(message)[source]
- handle(request, context)[source]
- name = <django.utils.functional.__proxy__ object at 0xf30b92c>
- slug = 'addipsecsiteconnection'
- success_message = <django.utils.functional.__proxy__ object at 0xf30bb0c>
- success_url = 'horizon:project:vpn:index'
- class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionAction(request, context, *args, **kwargs)[source]
Bases: horizon.workflows.base.Action
- base_fields = {'name': <django.forms.fields.CharField object at 0x1009c6ec>, 'description': <django.forms.fields.CharField object at 0x1009cc2c>, 'vpnservice_id': <django.forms.fields.ChoiceField object at 0x1009c86c>, 'ikepolicy_id': <django.forms.fields.ChoiceField object at 0x100a15cc>, 'ipsecpolicy_id': <django.forms.fields.ChoiceField object at 0x100a1b6c>, 'peer_address': <horizon.utils.fields.IPField object at 0x100a1ccc>, 'peer_id': <horizon.utils.fields.IPField object at 0x100a108c>, 'peer_cidrs': <horizon.utils.fields.MultiIPField object at 0x100a1d0c>, 'psk': <django.forms.fields.CharField object at 0x100a1f0c>}
- help_text = <django.utils.functional.__proxy__ object at 0x1000318c>
- help_text_template = None
- media
- name = <django.utils.functional.__proxy__ object at 0x100a13ac>
- permissions = ('openstack.services.network',)
- populate_ikepolicy_id_choices(request, context)[source]
- populate_ipsecpolicy_id_choices(request, context)[source]
- populate_vpnservice_id_choices(request, context)[source]
- progress_message = <django.utils.functional.__proxy__ object at 0xffb96ac>
- slug = u'addipsecsiteconnectionaction'
- class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionOptionalAction(request, *args, **kwargs)[source]
Bases: horizon.workflows.base.Action
- base_fields = {'mtu': <django.forms.fields.IntegerField object at 0xffb9a4c>, 'dpd_action': <django.forms.fields.ChoiceField object at 0xffb952c>, 'dpd_interval': <django.forms.fields.IntegerField object at 0xffb9b8c>, 'dpd_timeout': <django.forms.fields.IntegerField object at 0xffb91ec>, 'initiator': <django.forms.fields.ChoiceField object at 0xffb9e0c>, 'admin_state_up': <django.forms.fields.BooleanField object at 0xffb91cc>}
- help_text = <django.utils.functional.__proxy__ object at 0xffb998c>
- help_text_template = None
- media
- name = <django.utils.functional.__proxy__ object at 0xffb938c>
- permissions = ('openstack.services.network',)
- populate_dpd_action_choices(request, context)[source]
- progress_message = <django.utils.functional.__proxy__ object at 0xf30b7ec>
- slug = u'addipsecsiteconnectionoptionalaction'
- class openstack_dashboard.dashboards.project.vpn.workflows.AddIPSecSiteConnectionOptionalStep(workflow)[source]
Bases: horizon.workflows.base.Step
- action_class
alias of AddIPSecSiteConnectionOptionalAction
- contribute(data, context)[source]
- 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
- action_class
alias of AddIPSecSiteConnectionAction
- 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
- default_steps = (<class 'openstack_dashboard.dashboards.project.vpn.workflows.AddVPNServiceStep'>,)
- failure_message = <django.utils.functional.__proxy__ object at 0x100ac70c>
- finalize_button_name = <django.utils.functional.__proxy__ object at 0x1010d40c>
- format_status_message(message)[source]
- handle(request, context)[source]
- name = <django.utils.functional.__proxy__ object at 0x1010f62c>
- slug = 'addvpnservice'
- success_message = <django.utils.functional.__proxy__ object at 0x1009b4cc>
- success_url = 'horizon:project:vpn:index'
- class openstack_dashboard.dashboards.project.vpn.workflows.AddVPNServiceAction(request, *args, **kwargs)[source]
Bases: horizon.workflows.base.Action
- base_fields = {'name': <django.forms.fields.CharField object at 0xf9ff84c>, 'description': <django.forms.fields.CharField object at 0xf9ff44c>, 'router_id': <django.forms.fields.ChoiceField object at 0x1009bfac>, 'subnet_id': <django.forms.fields.ChoiceField object at 0x1009bb0c>, 'admin_state_up': <django.forms.fields.BooleanField object at 0x1009b34c>}
- help_text = <django.utils.functional.__proxy__ object at 0x1009b0ac>
- help_text_template = None
- media
- name = <django.utils.functional.__proxy__ object at 0x1009b48c>
- permissions = ('openstack.services.network',)
- populate_router_id_choices(request, context)[source]
- populate_subnet_id_choices(request, context)[source]
- progress_message = <django.utils.functional.__proxy__ object at 0x1009b9cc>
- slug = u'addvpnserviceaction'