Skip to content

Commit 01d079e

Browse files
committed
CA-403620: Make the stunnel proxy local port configurable
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]>
1 parent 75d19cf commit 01d079e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocaml/xapi/xapi_globs.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,7 @@ let xapi_globs_spec =
11431143
; ("max_traces", Int max_traces)
11441144
; ("max_observer_file_size", Int max_observer_file_size)
11451145
; ("test-open", Int test_open) (* for consistency with xenopsd *)
1146+
; ("local_yum_repo_port", Int local_yum_repo_port)
11461147
]
11471148

11481149
let xapi_globs_spec_with_descriptions = []

0 commit comments

Comments
 (0)