Skip to content

Commit 61358dc

Browse files
Merge pull request #495 from metal3-io-bot/cherry-pick-494-to-release-24.1
⚠️ Use unix sockets by default for reverse proxy communication
2 parents 5fade07 + 48e40bd commit 61358dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ironic-common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ run_ironic_dbsync()
9393
}
9494

9595
# Use the special value "unix" for unix sockets
96-
export IRONIC_PRIVATE_PORT=${IRONIC_PRIVATE_PORT:-6388}
97-
export IRONIC_INSPECTOR_PRIVATE_PORT=${IRONIC_INSPECTOR_PRIVATE_PORT:-5049}
96+
export IRONIC_PRIVATE_PORT=${IRONIC_PRIVATE_PORT:-unix}
97+
export IRONIC_INSPECTOR_PRIVATE_PORT=${IRONIC_INSPECTOR_PRIVATE_PORT:-unix}
9898

9999
export IRONIC_ACCESS_PORT=${IRONIC_ACCESS_PORT:-6385}
100100
export IRONIC_LISTEN_PORT=${IRONIC_LISTEN_PORT:-$IRONIC_ACCESS_PORT}

0 commit comments

Comments
 (0)