From e7f2b70dfa210418c08b2bb16432f6943c370c16 Mon Sep 17 00:00:00 2001 From: Ming Lu Date: Thu, 26 Dec 2024 14:41:31 +0800 Subject: [PATCH] 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 --- ocaml/xapi/xapi_globs.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/ocaml/xapi/xapi_globs.ml b/ocaml/xapi/xapi_globs.ml index efdcabfbdb6..a62ba9cdb43 100644 --- a/ocaml/xapi/xapi_globs.ml +++ b/ocaml/xapi/xapi_globs.ml @@ -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 = []