vmware-nsx/vmware_nsx/services/vpnaas
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
..
nsx_tvd NSX|V3: VPN connection status update 2018-08-20 14:21:24 +03:00
nsxv Fix pep8 new warnings 2018-04-11 09:00:58 +03:00
nsxv3 NSX|V3: VPN connection status update 2018-08-20 14:21:24 +03:00
__init__.py NSXv: Support ipsec VPNaaS on nsxv driver 2017-07-11 06:03:19 -07:00
nsx_plugin.py NSX|V3: VPN connection status update 2018-08-20 14:21:24 +03:00