[devstack] Fix recursion issue in _ovsdb_connection

Change-Id: Idd4074513e9a55bf0abe9b915b18f096d5e2d1d6
This commit is contained in:
Salvatore Orlando 2019-06-04 15:17:48 -07:00
parent 1464d39925
commit 33d8a172df
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ source $dir/lib/nsx_v3_p_common
function _ovsdb_connection {
managers=(${NSX_POLICY//,/ })
_ovsdb_connection ${managers[0]}
_ovsdb_connection_common ${managers[0]}
}
function setup_integration_bridge {

View File

@ -30,7 +30,7 @@ source $dir/lib/nsx_v3_p_common
function _ovsdb_connection {
managers=(${NSX_MANAGER//,/ })
_ovsdb_connection ${managers[0]}
_ovsdb_connection_common ${managers[0]}
}
function setup_integration_bridge {