[devstack] Fix recursion issue in _ovsdb_connection
Change-Id: Idd4074513e9a55bf0abe9b915b18f096d5e2d1d6
This commit is contained in:
parent
1464d39925
commit
33d8a172df
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user