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 0x7293bd0>
AddIKEPolicy.finalize_button_name = <django.utils.functional.__proxy__ object at 0x72931d0>
AddIKEPolicy.format_status_message(message)[source]
AddIKEPolicy.handle(request, context)[source]
AddIKEPolicy.name = <django.utils.functional.__proxy__ object at 0x7293890>
AddIKEPolicy.slug = 'addikepolicy'
AddIKEPolicy.success_message = <django.utils.functional.__proxy__ object at 0x7293c90>
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 0xa95a990>), ('description', <django.forms.fields.CharField object at 0x72a8f50>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x7f9abd0>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x7f9a090>), ('ike_version', <django.forms.fields.ChoiceField object at 0x7f9a9d0>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x7f9ab50>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x7f9aa10>), ('pfs', <django.forms.fields.ChoiceField object at 0x7293d90>), ('phase1_negotiation_mode', <django.forms.fields.ChoiceField object at 0x7293390>)])
AddIKEPolicyAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa95a990>), ('description', <django.forms.fields.CharField object at 0x72a8f50>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x7f9abd0>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x7f9a090>), ('ike_version', <django.forms.fields.ChoiceField object at 0x7f9a9d0>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x7f9ab50>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x7f9aa10>), ('pfs', <django.forms.fields.ChoiceField object at 0x7293d90>), ('phase1_negotiation_mode', <django.forms.fields.ChoiceField object at 0x7293390>)])
AddIKEPolicyAction.help_text = <django.utils.functional.__proxy__ object at 0x7293d10>
AddIKEPolicyAction.help_text_template = None
AddIKEPolicyAction.media
AddIKEPolicyAction.name = <django.utils.functional.__proxy__ object at 0x7293110>
AddIKEPolicyAction.permissions = ('openstack.services.network',)
AddIKEPolicyAction.progress_message = <django.utils.functional.__proxy__ object at 0x7293550>
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 0xa0f0e10>
AddIPSecPolicy.finalize_button_name = <django.utils.functional.__proxy__ object at 0xa0f0fd0>
AddIPSecPolicy.format_status_message(message)[source]
AddIPSecPolicy.handle(request, context)[source]
AddIPSecPolicy.name = <django.utils.functional.__proxy__ object at 0xa0f0390>
AddIPSecPolicy.slug = 'addipsecpolicy'
AddIPSecPolicy.success_message = <django.utils.functional.__proxy__ object at 0xa0f0250>
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 0x72936d0>), ('description', <django.forms.fields.CharField object at 0x7293f10>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x7293090>), ('encapsulation_mode', <django.forms.fields.ChoiceField object at 0x7293710>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x7293750>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x7293b10>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x7293150>), ('pfs', <django.forms.fields.ChoiceField object at 0xabdd350>), ('transform_protocol', <django.forms.fields.ChoiceField object at 0xabddc50>)])
AddIPSecPolicyAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x72936d0>), ('description', <django.forms.fields.CharField object at 0x7293f10>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0x7293090>), ('encapsulation_mode', <django.forms.fields.ChoiceField object at 0x7293710>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x7293750>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x7293b10>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x7293150>), ('pfs', <django.forms.fields.ChoiceField object at 0xabdd350>), ('transform_protocol', <django.forms.fields.ChoiceField object at 0xabddc50>)])
AddIPSecPolicyAction.help_text = <django.utils.functional.__proxy__ object at 0xabddcd0>
AddIPSecPolicyAction.help_text_template = None
AddIPSecPolicyAction.media
AddIPSecPolicyAction.name = <django.utils.functional.__proxy__ object at 0xabdd1d0>
AddIPSecPolicyAction.permissions = ('openstack.services.network',)
AddIPSecPolicyAction.progress_message = <django.utils.functional.__proxy__ object at 0xabdd650>
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 0x886f8d0>
AddIPSecSiteConnection.finalize_button_name = <django.utils.functional.__proxy__ object at 0x886fed0>
AddIPSecSiteConnection.format_status_message(message)[source]
AddIPSecSiteConnection.handle(request, context)[source]
AddIPSecSiteConnection.name = <django.utils.functional.__proxy__ object at 0x886f250>
AddIPSecSiteConnection.slug = 'addipsecsiteconnection'
AddIPSecSiteConnection.success_message = <django.utils.functional.__proxy__ object at 0x886f290>
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 0xa0f0210>), ('description', <django.forms.fields.CharField object at 0xa0f0d50>), ('vpnservice_id', <django.forms.fields.ChoiceField object at 0x93e4e90>), ('ikepolicy_id', <django.forms.fields.ChoiceField object at 0x93e4390>), ('ipsecpolicy_id', <django.forms.fields.ChoiceField object at 0x93e4b10>), ('peer_address', <horizon.forms.fields.IPField object at 0x93e4e10>), ('peer_id', <horizon.forms.fields.IPField object at 0x93e4850>), ('peer_cidrs', <horizon.forms.fields.MultiIPField object at 0x93e49d0>), ('psk', <django.forms.fields.CharField object at 0x93e4d10>)])
AddIPSecSiteConnectionAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa0f0210>), ('description', <django.forms.fields.CharField object at 0xa0f0d50>), ('vpnservice_id', <django.forms.fields.ChoiceField object at 0x93e4e90>), ('ikepolicy_id', <django.forms.fields.ChoiceField object at 0x93e4390>), ('ipsecpolicy_id', <django.forms.fields.ChoiceField object at 0x93e4b10>), ('peer_address', <horizon.forms.fields.IPField object at 0x93e4e10>), ('peer_id', <horizon.forms.fields.IPField object at 0x93e4850>), ('peer_cidrs', <horizon.forms.fields.MultiIPField object at 0x93e49d0>), ('psk', <django.forms.fields.CharField object at 0x93e4d10>)])
AddIPSecSiteConnectionAction.help_text = <django.utils.functional.__proxy__ object at 0x6024a50>
AddIPSecSiteConnectionAction.help_text_template = None
AddIPSecSiteConnectionAction.media
AddIPSecSiteConnectionAction.name = <django.utils.functional.__proxy__ object at 0x93e44d0>
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 0x6024490>
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 0x8f85c90>), ('dpd_action', <django.forms.fields.ChoiceField object at 0x8f859d0>), ('dpd_interval', <django.forms.fields.IntegerField object at 0x8f85210>), ('dpd_timeout', <django.forms.fields.IntegerField object at 0x8f85690>), ('initiator', <django.forms.fields.ChoiceField object at 0x39d8450>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x39d8250>)])
AddIPSecSiteConnectionOptionalAction.declared_fields = OrderedDict([('mtu', <django.forms.fields.IntegerField object at 0x8f85c90>), ('dpd_action', <django.forms.fields.ChoiceField object at 0x8f859d0>), ('dpd_interval', <django.forms.fields.IntegerField object at 0x8f85210>), ('dpd_timeout', <django.forms.fields.IntegerField object at 0x8f85690>), ('initiator', <django.forms.fields.ChoiceField object at 0x39d8450>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x39d8250>)])
AddIPSecSiteConnectionOptionalAction.help_text = <django.utils.functional.__proxy__ object at 0x886fe10>
AddIPSecSiteConnectionOptionalAction.help_text_template = None
AddIPSecSiteConnectionOptionalAction.media
AddIPSecSiteConnectionOptionalAction.name = <django.utils.functional.__proxy__ object at 0x886f5d0>
AddIPSecSiteConnectionOptionalAction.permissions = ('openstack.services.network',)
AddIPSecSiteConnectionOptionalAction.populate_dpd_action_choices(request, context)[source]
AddIPSecSiteConnectionOptionalAction.progress_message = <django.utils.functional.__proxy__ object at 0x886ffd0>
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 0xa95a790>
AddVPNService.finalize_button_name = <django.utils.functional.__proxy__ object at 0xa0f9390>
AddVPNService.format_status_message(message)[source]
AddVPNService.handle(request, context)[source]
AddVPNService.name = <django.utils.functional.__proxy__ object at 0xa0f98d0>
AddVPNService.slug = 'addvpnservice'
AddVPNService.success_message = <django.utils.functional.__proxy__ object at 0xa95a550>
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 0x7f92910>), ('description', <django.forms.fields.CharField object at 0xa6f4ed0>), ('router_id', <django.forms.fields.ChoiceField object at 0xa0f9e50>), ('subnet_id', <django.forms.fields.ChoiceField object at 0xa0f9350>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xa0f9610>)])
AddVPNServiceAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f92910>), ('description', <django.forms.fields.CharField object at 0xa6f4ed0>), ('router_id', <django.forms.fields.ChoiceField object at 0xa0f9e50>), ('subnet_id', <django.forms.fields.ChoiceField object at 0xa0f9350>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xa0f9610>)])
AddVPNServiceAction.help_text = <django.utils.functional.__proxy__ object at 0xa0f9050>
AddVPNServiceAction.help_text_template = None
AddVPNServiceAction.media
AddVPNServiceAction.name = <django.utils.functional.__proxy__ object at 0xa0f9950>
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 0xa0f9e90>
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