Description of problem:
When installing OSP-8 with packstack and enabling "VPNaaS" in answer file
it install VPNaaS with openswan driver when it should be liberswan.
Driver configuration should be :
In vpnagent.ini:
[vpnagent]
vpn_device_driver=neutron_vpnaas.services.vpn.device_drivers.libreswan_ipsec.LibreSwanDriver
In /etc/neutron/neutron.conf
service_plugins = neutron.services.vpn.plugin.VPNDriverPlugin
In /etc/neutron/neutron_vpnaas.conf
service_provider=VPN:libreswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
How reproducible:
always
Steps to Reproduce:
1.deploy with packstack osp-8 and enable vpnass
2.verify in vpnagent.ini which driver is used
3.
Actual results:
Expected results:
Additional info: