Skip to content

Commit

Permalink
Merge pull request #495 from metal3-io-bot/cherry-pick-494-to-release…
Browse files Browse the repository at this point in the history
…-24.1

⚠️ Use unix sockets by default for reverse proxy communication
  • Loading branch information
metal3-io-bot authored Apr 12, 2024
2 parents 5fade07 + 48e40bd commit 61358dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ironic-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ run_ironic_dbsync()
}

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

export IRONIC_ACCESS_PORT=${IRONIC_ACCESS_PORT:-6385}
export IRONIC_LISTEN_PORT=${IRONIC_LISTEN_PORT:-$IRONIC_ACCESS_PORT}
Expand Down

0 comments on commit 61358dc

Please sign in to comment.