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 <ian.campb...@citrix.com> --- 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.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel