summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/vpn_agent.ini
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-12-10 10:42:43 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:28 +0000
commit91bca0532e8faf196623c8dc311a775aeca852f2 (patch)
tree6c01aaf9c28903aed3e0f08d3aecbb4c63ee56cf /openstack/etc/neutron/vpn_agent.ini
parenta2762d1daa230ee271158b43702fc76f20a3e9c0 (diff)
downloaddefinitions-91bca0532e8faf196623c8dc311a775aeca852f2.tar.gz
Add missing neutron configuration files
Diffstat (limited to 'openstack/etc/neutron/vpn_agent.ini')
-rw-r--r--openstack/etc/neutron/vpn_agent.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/openstack/etc/neutron/vpn_agent.ini b/openstack/etc/neutron/vpn_agent.ini
new file mode 100644
index 00000000..c3089df9
--- /dev/null
+++ b/openstack/etc/neutron/vpn_agent.ini
@@ -0,0 +1,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