vmware-nsx/vmware_nsx/services/vpnaas/nsx_tvd
Adit Sarfaty e3f103f269 NSX|V3: VPN connection status update
The VPNaaS plugin expects the driver to update the connection status
from a separate process/thread/agent.
When the user requests a connection/list, the status is retrived from the VPNaaS DB,
without calling the driver.

To avoid adding a process to actively query and update all connections statuses, this
patch creates a new VPNaaS plugin, to be used instead of hte default one.
This plugin (vmware_nsx_vpnaas) will issue a get-statuses call to the driver,
update the current statuses in the DB, and call the original plugin.

Change-Id: Ib750bfb8f0c8ad12265fa71506182ff5d7e8030a
2018-08-20 14:21:24 +03:00
..
__init__.py TVD: Add VPNaaS wrapper driver 2018-01-10 13:11:49 +02:00
ipsec_driver.py NSX|V3: VPN connection status update 2018-08-20 14:21:24 +03:00
ipsec_validator.py TVD: Add VPNaaS wrapper driver 2018-01-10 13:11:49 +02:00
plugin.py NSX|V3: VPN connection status update 2018-08-20 14:21:24 +03:00