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 <ming.lu@cloud.com>
  • Loading branch information
minglumlu committed Jan 6, 2025
1 parent a2e04f9 commit e7f2b70
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 e7f2b70

Please sign in to comment.