Skip to content

Commit

Permalink
fix ssl
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Jan 25, 2024
1 parent 84a9355 commit ea26500
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/images/start-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,9 @@ else
start_sb_ovsdb -- \
--remote=db:Local_Config,Config,connections \
/etc/ovn/ovnsb_local_config.db
ovn-nbctl --db=$(gen_conn_str 6641) set NB_Global . options:lflow_enable_rarp=${OVN_NORTHD_ENABLE_RARP}
ovn-nbctl --db=$(gen_conn_str 6641) \
-p /var/run/tls/key -c /var/run/tls/cert -C /var/run/tls/cacert \
set NB_Global . options:lflow_enable_rarp=${OVN_NORTHD_ENABLE_RARP}
/usr/share/ovn/scripts/ovn-ctl $ovn_ctl_args \
--ovn-manage-ovsdb=no --ovn-northd-n-threads="${OVN_NORTHD_N_THREADS}" start_northd
fi
Expand Down

0 comments on commit ea26500

Please sign in to comment.