Add SB connection to in devstack

In Change I3d6422037f977f98abed88a326ab73ff6689cde9 we set the SSL SB
connection.

Also set the non-SSL SB config for consistency.

Change-Id: Ibbdace8d71a6168a604f3fcd7f92b973993ca660
This commit is contained in:
Jake Yip 2022-03-09 18:02:01 +11:00
parent c064350377
commit 5167173ddf
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ function _configure_provider_driver {
iniset ${OCTAVIA_CONF} api_settings enabled_provider_drivers "${OCTAVIA_PROVIDER_DRIVERS}"
iniset ${OCTAVIA_CONF} driver_agent enabled_provider_agents ${OCTAVIA_PROVIDER_AGENTS}
iniset ${OCTAVIA_CONF} ovn ovn_nb_connection "$OVN_NB_REMOTE"
iniset ${OCTAVIA_CONF} ovn ovn_sb_connection "$OVN_SB_REMOTE"
if is_service_enabled tls-proxy; then
iniset ${OCTAVIA_CONF} ovn ovn_nb_connection "$OVN_NB_REMOTE"