From 3ec371dd7d1006138718a03d5081817956017448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 6 Apr 2021 10:06:00 -1000 Subject: [PATCH] (choria-io/mcorpc-ruby-support#149) Rename choria.use_srv_records -> choria.use_srv Choria use `choria.use_srv` to check SRV records while MCollective used `choria.use_srv_records` for this purpose. We are updating the mcorpc support gem to use a single setting `choria.use_srv` so update this repository accordingly. --- docs/SCENARIO-FLAT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SCENARIO-FLAT.md b/docs/SCENARIO-FLAT.md index 5950b04..01dde6d 100644 --- a/docs/SCENARIO-FLAT.md +++ b/docs/SCENARIO-FLAT.md @@ -55,7 +55,7 @@ loglevel = warn main_collective = mcollective securityprovider = choria plugin.choria.security.serializer = json -plugin.choria.use_srv_records = false +plugin.choria.use_srv = false ``` Run the scenario using `measure-collective.rb --config emulator-client.cfg` with additional options for amount of tests etc