File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,10 @@ else
369
369
--ovn-northd-ssl-key=/var/run/tls/key \
370
370
--ovn-northd-ssl-cert=/var/run/tls/cert \
371
371
--ovn-northd-ssl-ca-cert=/var/run/tls/cacert \
372
+ --db-nb-cluster-local-proto=ssl \
373
+ --db-sb-cluster-local-proto=ssl \
374
+ --db-nb-cluster-remote-proto=ssl \
375
+ --db-sb-cluster-remote-proto=ssl \
372
376
--db-nb-cluster-local-addr=[$DB_CLUSTER_ADDR ] \
373
377
--db-sb-cluster-local-addr=[$DB_CLUSTER_ADDR ] \
374
378
--db-nb-addr=[$DB_ADDR ] \
@@ -427,6 +431,10 @@ else
427
431
--ovn-northd-ssl-key=/var/run/tls/key \
428
432
--ovn-northd-ssl-cert=/var/run/tls/cert \
429
433
--ovn-northd-ssl-ca-cert=/var/run/tls/cacert \
434
+ --db-nb-cluster-local-proto=ssl \
435
+ --db-sb-cluster-local-proto=ssl \
436
+ --db-nb-cluster-remote-proto=ssl \
437
+ --db-sb-cluster-remote-proto=ssl \
430
438
--db-nb-cluster-local-addr=[$DB_CLUSTER_ADDR ] \
431
439
--db-sb-cluster-local-addr=[$DB_CLUSTER_ADDR ] \
432
440
--db-nb-cluster-remote-addr=[$nb_leader_ip ] \
You can’t perform that action at this time.
0 commit comments