Replace ClusterRouterGroup/Pool "use-role" with "use-role-set" #23496

This commit is contained in:
Sébastien Lorion 2017-08-09 16:06:18 +02:00 committed by Johan Andrén
parent 5477a6f92d
commit a95a94acff
22 changed files with 445 additions and 96 deletions

View file

@ -45,7 +45,7 @@ object StatsSampleSpecConfig extends MultiNodeConfig {
cluster {
enabled = on
allow-local-routees = on
use-role = compute
use-roles = ["compute"]
}
}
}