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 0x7e166d0>
AddIKEPolicy.finalize_button_name = <django.utils.functional.__proxy__ object at 0x7e16590>
AddIKEPolicy.format_status_message(message)[source]
AddIKEPolicy.handle(request, context)[source]
AddIKEPolicy.name = <django.utils.functional.__proxy__ object at 0x7e16c90>
AddIKEPolicy.slug = 'addikepolicy'
AddIKEPolicy.success_message = <django.utils.functional.__proxy__ object at 0x7e16c10>
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 0xabed490>), ('description', <django.forms.fields.CharField object at 0xabed890>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0xabed750>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0xabedc10>), ('ike_version', <django.forms.fields.ChoiceField object at 0x7e16b90>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x7e16d10>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x7e16090>), ('pfs', <django.forms.fields.ChoiceField object at 0x7e16410>), ('phase1_negotiation_mode', <django.forms.fields.ChoiceField object at 0x7e16750>)])
AddIKEPolicyAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xabed490>), ('description', <django.forms.fields.CharField object at 0xabed890>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0xabed750>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0xabedc10>), ('ike_version', <django.forms.fields.ChoiceField object at 0x7e16b90>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x7e16d10>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x7e16090>), ('pfs', <django.forms.fields.ChoiceField object at 0x7e16410>), ('phase1_negotiation_mode', <django.forms.fields.ChoiceField object at 0x7e16750>)])
AddIKEPolicyAction.help_text = <django.utils.functional.__proxy__ object at 0x7e162d0>
AddIKEPolicyAction.help_text_template = None
AddIKEPolicyAction.media
AddIKEPolicyAction.name = <django.utils.functional.__proxy__ object at 0x7e16690>
AddIKEPolicyAction.permissions = ('openstack.services.network',)
AddIKEPolicyAction.progress_message = <django.utils.functional.__proxy__ object at 0x7e16150>
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 0x6014950>
AddIPSecPolicy.finalize_button_name = <django.utils.functional.__proxy__ object at 0x60149d0>
AddIPSecPolicy.format_status_message(message)[source]
AddIPSecPolicy.handle(request, context)[source]
AddIPSecPolicy.name = <django.utils.functional.__proxy__ object at 0x60142d0>
AddIPSecPolicy.slug = 'addipsecpolicy'
AddIPSecPolicy.success_message = <django.utils.functional.__proxy__ object at 0x60148d0>
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 0xa63aa50>), ('description', <django.forms.fields.CharField object at 0xa63a950>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0xa63a610>), ('encapsulation_mode', <django.forms.fields.ChoiceField object at 0xa63a1d0>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x90fa290>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x90fae90>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x90fae50>), ('pfs', <django.forms.fields.ChoiceField object at 0x90fa4d0>), ('transform_protocol', <django.forms.fields.ChoiceField object at 0xacad850>)])
AddIPSecPolicyAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa63aa50>), ('description', <django.forms.fields.CharField object at 0xa63a950>), ('auth_algorithm', <django.forms.fields.ChoiceField object at 0xa63a610>), ('encapsulation_mode', <django.forms.fields.ChoiceField object at 0xa63a1d0>), ('encryption_algorithm', <django.forms.fields.ChoiceField object at 0x90fa290>), ('lifetime_units', <django.forms.fields.ChoiceField object at 0x90fae90>), ('lifetime_value', <django.forms.fields.IntegerField object at 0x90fae50>), ('pfs', <django.forms.fields.ChoiceField object at 0x90fa4d0>), ('transform_protocol', <django.forms.fields.ChoiceField object at 0xacad850>)])
AddIPSecPolicyAction.help_text = <django.utils.functional.__proxy__ object at 0xacad710>
AddIPSecPolicyAction.help_text_template = None
AddIPSecPolicyAction.media
AddIPSecPolicyAction.name = <django.utils.functional.__proxy__ object at 0xacadb50>
AddIPSecPolicyAction.permissions = ('openstack.services.network',)
AddIPSecPolicyAction.progress_message = <django.utils.functional.__proxy__ object at 0x6014850>
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 0xa546350>
AddIPSecSiteConnection.finalize_button_name = <django.utils.functional.__proxy__ object at 0xa546790>
AddIPSecSiteConnection.format_status_message(message)[source]
AddIPSecSiteConnection.handle(request, context)[source]
AddIPSecSiteConnection.name = <django.utils.functional.__proxy__ object at 0xa546990>
AddIPSecSiteConnection.slug = 'addipsecsiteconnection'
AddIPSecSiteConnection.success_message = <django.utils.functional.__proxy__ object at 0xa546510>
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 0x6014810>), ('description', <django.forms.fields.CharField object at 0x6014350>), ('vpnservice_id', <django.forms.fields.ChoiceField object at 0x6014890>), ('ikepolicy_id', <django.forms.fields.ChoiceField object at 0x6014c10>), ('ipsecpolicy_id', <django.forms.fields.ChoiceField object at 0x9836610>), ('peer_address', <horizon.forms.fields.IPField object at 0x9836090>), ('peer_id', <horizon.forms.fields.IPField object at 0x98360d0>), ('peer_cidrs', <horizon.forms.fields.MultiIPField object at 0x9836110>), ('psk', <django.forms.fields.CharField object at 0x9836350>)])
AddIPSecSiteConnectionAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x6014810>), ('description', <django.forms.fields.CharField object at 0x6014350>), ('vpnservice_id', <django.forms.fields.ChoiceField object at 0x6014890>), ('ikepolicy_id', <django.forms.fields.ChoiceField object at 0x6014c10>), ('ipsecpolicy_id', <django.forms.fields.ChoiceField object at 0x9836610>), ('peer_address', <horizon.forms.fields.IPField object at 0x9836090>), ('peer_id', <horizon.forms.fields.IPField object at 0x98360d0>), ('peer_cidrs', <horizon.forms.fields.MultiIPField object at 0x9836110>), ('psk', <django.forms.fields.CharField object at 0x9836350>)])
AddIPSecSiteConnectionAction.help_text = <django.utils.functional.__proxy__ object at 0x90cd550>
AddIPSecSiteConnectionAction.help_text_template = None
AddIPSecSiteConnectionAction.media
AddIPSecSiteConnectionAction.name = <django.utils.functional.__proxy__ object at 0x51e14d0>
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 0xacb9d10>
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 0xacb99d0>), ('dpd_action', <django.forms.fields.ChoiceField object at 0x78b8750>), ('dpd_interval', <django.forms.fields.IntegerField object at 0x78b8450>), ('dpd_timeout', <django.forms.fields.IntegerField object at 0x78b80d0>), ('initiator', <django.forms.fields.ChoiceField object at 0x78b8f90>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xa5461d0>)])
AddIPSecSiteConnectionOptionalAction.declared_fields = OrderedDict([('mtu', <django.forms.fields.IntegerField object at 0xacb99d0>), ('dpd_action', <django.forms.fields.ChoiceField object at 0x78b8750>), ('dpd_interval', <django.forms.fields.IntegerField object at 0x78b8450>), ('dpd_timeout', <django.forms.fields.IntegerField object at 0x78b80d0>), ('initiator', <django.forms.fields.ChoiceField object at 0x78b8f90>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0xa5461d0>)])
AddIPSecSiteConnectionOptionalAction.help_text = <django.utils.functional.__proxy__ object at 0xa546110>
AddIPSecSiteConnectionOptionalAction.help_text_template = None
AddIPSecSiteConnectionOptionalAction.media
AddIPSecSiteConnectionOptionalAction.name = <django.utils.functional.__proxy__ object at 0xa546c90>
AddIPSecSiteConnectionOptionalAction.permissions = ('openstack.services.network',)
AddIPSecSiteConnectionOptionalAction.populate_dpd_action_choices(request, context)[source]
AddIPSecSiteConnectionOptionalAction.progress_message = <django.utils.functional.__proxy__ object at 0xa546810>
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 0xabed390>
AddVPNService.finalize_button_name = <django.utils.functional.__proxy__ object at 0xabedbd0>
AddVPNService.format_status_message(message)[source]
AddVPNService.handle(request, context)[source]
AddVPNService.name = <django.utils.functional.__proxy__ object at 0x981cad0>
AddVPNService.slug = 'addvpnservice'
AddVPNService.success_message = <django.utils.functional.__proxy__ object at 0xabed850>
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 0xa154250>), ('description', <django.forms.fields.CharField object at 0x8abad50>), ('router_id', <django.forms.fields.ChoiceField object at 0xa2992d0>), ('subnet_id', <django.forms.fields.ChoiceField object at 0x97e1f90>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x981ca10>)])
AddVPNServiceAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa154250>), ('description', <django.forms.fields.CharField object at 0x8abad50>), ('router_id', <django.forms.fields.ChoiceField object at 0xa2992d0>), ('subnet_id', <django.forms.fields.ChoiceField object at 0x97e1f90>), ('admin_state_up', <django.forms.fields.ChoiceField object at 0x981ca10>)])
AddVPNServiceAction.help_text = <django.utils.functional.__proxy__ object at 0x981cf10>
AddVPNServiceAction.help_text_template = None
AddVPNServiceAction.media
AddVPNServiceAction.name = <django.utils.functional.__proxy__ object at 0x981c690>
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 0x981c550>
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