Skip to content

Commit

Permalink
CA-403620: Make the stunnel proxy local port configurable
Browse files Browse the repository at this point in the history
Making it configurable can avoid the situation when the port conflicts
with others, e.g. an external program from users.

Signed-off-by: Ming Lu <[email protected]>
  • Loading branch information
minglumlu committed Dec 26, 2024
1 parent 75d19cf commit 01d079e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocaml/xapi/xapi_globs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,7 @@ let xapi_globs_spec =
; ("max_traces", Int max_traces)
; ("max_observer_file_size", Int max_observer_file_size)
; ("test-open", Int test_open) (* for consistency with xenopsd *)
; ("local_yum_repo_port", Int local_yum_repo_port)
]

let xapi_globs_spec_with_descriptions = []
Expand Down

0 comments on commit 01d079e

Please sign in to comment.