axsh / openvnet

Data Center Level Virtual Network Toolkit based on Edge Overlaid Network using OpenFlow 1.3.
http://openvnet.org
GNU Lesser General Public License v3.0
75 stars 18 forks source link

Remove direct db access option #574

Closed rakshasa closed 5 years ago

rakshasa commented 5 years ago

Removed node_api_proxy option and adds safeguards to ensure only vnmgr can use direct api.

Solve potential race-conditions with webapi as it was set to use direct api by default.