]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix VPN agent does not handle multiple connections per vpn service
authorberlin <linb@vmware.com>
Wed, 19 Feb 2014 07:34:47 +0000 (15:34 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:26 +0000 (15:20 +0800)
commit337b4076bf73d351d572d043a95edbeefa113315
treef910d92f8f82d1023f0e5feb4be8f4aea25399ad
parent80305d100535db55007cd81792b1489afde6d544
Fix VPN agent does not handle multiple connections per vpn service

    Once the OpenSwan process is created, incoming updated vpnservice
data would not be updated into the process class which leads to config
files and openswan process always keep old configurations

Change-Id: Ia91ab08b1d03fbbe46bafd4967b57181fc4c6e71
Closes-Bug: 1263194
neutron/services/vpn/device_drivers/ipsec.py
neutron/tests/unit/services/vpn/device_drivers/test_ipsec.py