You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
526 B
15 lines
526 B
[DEFAULT]
|
|
# VPN-Agent configuration file
|
|
# Note vpn-agent inherits l3-agent, so you can use configs on l3-agent also
|
|
|
|
[vpnagent]
|
|
# vpn device drivers which vpn agent will use
|
|
# If we want to use multiple drivers, we need to define this option multiple times.
|
|
# vpn_device_driver=neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver
|
|
# vpn_device_driver=neutron.services.vpn.device_drivers.cisco_ipsec.CiscoCsrIPsecDriver
|
|
# vpn_device_driver=another_driver
|
|
|
|
[ipsec]
|
|
# Status check interval
|
|
# ipsec_status_check_interval=60
|