]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
VPNaaS support for VPN service admin state change and reporting
authorPaul Michali <pcm@cisco.com>
Fri, 14 Mar 2014 15:21:03 +0000 (15:21 +0000)
committerPaul Michali <pcm@cisco.com>
Fri, 21 Mar 2014 13:43:12 +0000 (13:43 +0000)
commit23037823adbbf0bfc9c6398e8d460e84d49e4e6f
tree36ee04a54b5416ed0de18c382028865765154afe
parenta081c3ae8aee35ba0e24ab125dec7f77326c493c
VPNaaS support for VPN service admin state change and reporting

For VPN service admin state changes, hook up the API call to the service
driver so that the configuration changes can be applied.

Modify the status reporting, so that the VPN service and IPSec
connection status' match the actual status when admin state down
actions are performed (on both the service and connection).

Change-Id: Ife7176675d20bb3ea529a4d79fa92a61f9550a6a
Closes-Bug: 1291609
neutron/services/vpn/device_drivers/ipsec.py
neutron/services/vpn/device_drivers/template/openswan/ipsec.conf.template
neutron/services/vpn/plugin.py
neutron/tests/unit/services/vpn/device_drivers/test_ipsec.py
neutron/tests/unit/services/vpn/test_vpnaas_driver_plugin.py