summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/neutron/vpn_agent.ini
blob: c3089df95561469af86ffe57d38ef5dc5829c4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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