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.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
# 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