Skip to content

Commit

Permalink
Merge pull request #96 from LorenzoBianconi/fix-default-central-ic-id
Browse files Browse the repository at this point in the history
ovn_cluster: Fix CENTRAL_IC_ID default value
  • Loading branch information
dceara authored Jan 6, 2025
2 parents cc53092 + 3653b95 commit c8752a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovn_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function start-db-cluster() {
function start-ovn-ic() {
if [ "$OVN_START_IC_DBS" = "yes" ]; then
if [ -z "$CENTRAL_IC_ID" ]; then
CENTRAL_IC_ID="${CENTRAL_NAMES[0]}"-1
CENTRAL_IC_ID="${CENTRAL_NAMES[0]}"
fi

${RUNC_CMD} exec $CENTRAL_IC_ID ${OVNCTL_PATH} \
Expand Down

0 comments on commit c8752a1

Please sign in to comment.