Rename to allowLocalRoutees in code also, see #2103

This commit is contained in:
Patrik Nordwall 2012-09-11 20:49:08 +02:00
parent 87b3813c07
commit e55cde2591
3 changed files with 16 additions and 16 deletions

View file

@ -53,7 +53,7 @@ class ClusterDeployerSpec extends AkkaSpec(ClusterDeployerSpec.deployerConf) {
service,
deployment.get.config,
ClusterRouterConfig(RoundRobinRouter(20), ClusterRouterSettings(
totalInstances = 20, maxInstancesPerNode = 3, routeesOnOwnNode = false)),
totalInstances = 20, maxInstancesPerNode = 3, allowLocalRoutees = false)),
ClusterScope)))
}
@ -67,7 +67,7 @@ class ClusterDeployerSpec extends AkkaSpec(ClusterDeployerSpec.deployerConf) {
service,
deployment.get.config,
ClusterRouterConfig(RoundRobinRouter(20), ClusterRouterSettings(
totalInstances = 20, routeesPath = "/user/myservice", routeesOnOwnNode = false)),
totalInstances = 20, routeesPath = "/user/myservice", allowLocalRoutees = false)),
ClusterScope)))
}