components/openstack/neutron/files/vpn_agent.ini
branchs11u3-sru
changeset 6035 c9748fcc32de
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     1 [DEFAULT]
       
     2 # VPN-Agent configuration file
       
     3 # Note vpn-agent inherits l3-agent, so you can use configs on l3-agent also
       
     4 
       
     5 [vpnagent]
       
     6 # vpn device drivers which vpn agent will use
       
     7 # If we want to use multiple drivers,  we need to define this option multiple
       
     8 # times.
       
     9 # NOTE: StrongSwan and openSwan cannot be installed at the same time. Thus, both
       
    10 #       cannot be enabled for use. In the future when flavors/STF support is
       
    11 #       available, this will still constrain the flavors which can be used
       
    12 #       together.
       
    13 # vpn_device_driver=neutron_vpnaas.services.vpn.device_drivers.ipsec.OpenSwanDriver
       
    14 # vpn_device_driver=neutron_vpnaas.services.vpn.device_drivers.cisco_ipsec.CiscoCsrIPsecDriver
       
    15 # vpn_device_driver=neutron_vpnaas.services.vpn.device_drivers.vyatta_ipsec.VyattaIPSecDriver
       
    16 # vpn_device_driver=neutron_vpnaas.services.vpn.device_drivers.strongswan_ipsec.StrongSwanDriver
       
    17 # vpn_device_driver=neutron_vpnaas.services.vpn.device_drivers.fedora_strongswan_ipsec.FedoraStrongSwanDriver
       
    18 # vpn_device_driver=neutron_vpnaas.services.vpn.device_drivers.libreswan_ipsec.LibreSwanDriver
       
    19 # vpn_device_driver=another_driver
       
    20 vpn_device_driver=neutron_vpnaas.services.vpn.device_drivers.solaris_ipsec.SolarisIPsecDriver
       
    21 
       
    22 [ipsec]
       
    23 # Status check interval
       
    24 # ipsec_status_check_interval=60
       
    25 
       
    26 [strongswan]
       
    27 # For fedora use:
       
    28 # default_config_area=/usr/share/strongswan/templates/config/strongswan.d
       
    29 # Default is for ubuntu use, /etc/strongswan.d
       
    30 # default_config_area=/etc/strongswan.d
       
    31 
       
    32 [libreswan]
       
    33 # Initial interval in seconds for checking if pluto daemon is shutdown
       
    34 # shutdown_check_timeout=1
       
    35 #
       
    36 # The maximum number of retries for checking for pluto daemon shutdown
       
    37 # shutdown_check_retries=5
       
    38 #
       
    39 # A factor to increase the retry interval for each retry
       
    40 # shutdown_check_back_off=1.5
       
    41 
       
    42 [solaris]
       
    43 # The Solaris driver only reads values from this section. Setting a value
       
    44 # here will override the defaults which are set in the driver files as
       
    45 # solaris_opts. Setting values here is optional.
       
    46 #
       
    47 # Setting ipsec_status_check_interval will change the interval that the
       
    48 # driver runs the status update code. The value is in seconds.
       
    49 # A lower value will result in more frequent updates to neutron.
       
    50 #
       
    51 # ipsec_status_check_interval = 10
       
    52