]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Support advanced NVP IPsec VPN Service
authorberlin <linb@vmware.com>
Tue, 5 Nov 2013 02:31:00 +0000 (10:31 +0800)
committerberlin <linb@vmware.com>
Mon, 3 Mar 2014 05:18:36 +0000 (13:18 +0800)
commit80a0a40e970202fa23b5a72f993c54c2264878f1
tree87ca2a352ae01f00a1988331084d891cce74bc5d
parent4e4c894c98dbb8705bb54a670c491b68f88316d7
Support advanced NVP IPsec VPN Service

The patch adds NVP advanced IPsec VPN Service support for NVP with VCNS:
    * NVP IPsec VPN is an  advanced Service depending on NVP
      advanced service router
    * NVP IPsec VPN Service will finally call VCNS IPsec VPN bulk
      reconfiguration to map to VPN DB logic

Implements: blueprint nvp-vpnaas-plugin
Change-Id: Ic8a96f5defc2b868c6f18fb4966b04079d3c781a
neutron/plugins/vmware/plugins/service.py
neutron/plugins/vmware/vshield/edge_ipsecvpn_driver.py [new file with mode: 0644]
neutron/plugins/vmware/vshield/vcns.py
neutron/plugins/vmware/vshield/vcns_driver.py
neutron/tests/unit/db/vpn/test_db_vpnaas.py
neutron/tests/unit/vmware/test_nsx_plugin.py
neutron/tests/unit/vmware/vshield/fake_vcns.py
neutron/tests/unit/vmware/vshield/test_vpnaas_plugin.py [new file with mode: 0644]