CDS: Implement front-end support for local transactions
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / resources / module-shards.conf
1 module-shards = [
2     {
3         name = "default"
4         shards = [
5             {
6                 name="default",
7                 replicas = [
8                     "member-1",
9                 ]
10             }
11         ]
12     },
13     {
14         name = "inventory"
15         shards = [
16             {
17                 name="inventory"
18                 replicas = [
19                     "member-1",
20                 ]
21             }
22         ]
23     }
24
25 ]