From 3fa649a320d786712a88082567ddc207a4017046 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 30 Jul 2015 15:18:25 +0100 Subject: [PATCH] Executive: Change Cambridge specific default ControlDaemonHost is unused in production-config* since they both set {Owner,Queue}DaemonHost explicitly. Some sort of default seems useful, so switch it to just "control-daemons" in the DNS domain of the controller. Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- Osstest/Executive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/Executive.pm b/Osstest/Executive.pm index 79d433a..97723be 100644 --- a/Osstest/Executive.pm +++ b/Osstest/Executive.pm @@ -93,7 +93,7 @@ our (@all_lock_tables) = qw(flights resources); # Transactional reads must take out locks as if they were modifying augmentconfigdefaults( - ControlDaemonHost => 'control-daemons.osstest.cam.xci-test.com', + ControlDaemonHost => 'control-daemons', OwnerDaemonPort => 4031, QueueDaemonPort => 4032, QueueDaemonRetry => 120, # seconds -- 2.39.5