bba99f29ad
Implements blueprint ipsec-vpn-reference This patch implements reference driver implementation for VPNaaS. The driver uses openswan to manage vpn connections. Future work: Support ikepolicy and ipsec update Support service type framework Intelligent updating of resources This commit adds jinja2 for requirements.txt for generating cofig file. Change-Id: I8c5ed800a71ca014dc7bdbb6a57c4f8d18fa82e0
14 lines
432 B
INI
14 lines
432 B
INI
[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=another_driver
|
|
|
|
[ipsec]
|
|
#Status check interval
|
|
#ipsec_status_check_interval=60
|