Comment 7 for bug 1301418

Revision history for this message
Ken Schroeder (kschroed) wrote :

We have sen multiple issues with inheritance from the l3_agent.init. In addition o the interface_driver we have had a problem with the external_network_bridge since we use something other than default br-ex.

[DEFAULT]
# VPN-Agent configuration file
# Note vpn-agent inherits l3-agent, so you can use configs on l3-agent also
external_network_bridge=br-router
interface_driver=neutron.agent.linux.interface.OVSInterfaceDriver

[vpnagent]
vpn_device_driver=neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver

[ipsec]
ipsec_status_check_interval=60

Do you guys have multiple service_provider lines configurations working then?