BUG-2138: DistributedShardListeners support for nested shards
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / module-shards-default.conf
1 module-shards = [
2     {
3         name = "default"
4         shards = [
5             {
6                 name="default",
7                 replicas = [
8                     "member-1",
9                     "member-2",
10                     "member-3"
11                 ]
12             }
13         ]
14     }
15 ]