vpn_agent.ini

配置 vpn agent 的参数,vpn agent 是从 L3 agent 继承来的,也可以在 L3 agent 中对相应参数进行配置。

  1. [DEFAULT]
  2. # VPN-Agent configuration file
  3. # Note vpn-agent inherits l3-agent, so you can use configs on l3-agent also
  4. [vpnagent]
  5. # vpn device drivers which vpn agent will use
  6. # If we want to use multiple drivers, we need to define this option multiple times.
  7. # vpn_device_driver=neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver
  8. # vpn_device_driver=neutron.services.vpn.device_drivers.cisco_ipsec.CiscoCsrIPsecDriver
  9. # vpn_device_driver=another_driver
  10. [ipsec]
  11. # Status check interval
  12. # ipsec_status_check_interval=60