Implementation of ModuleShardStrategy
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / resources / modules.conf
index 5d2e5566101004b50c55717aaad608d629a23613..52f249a7ff57fa1a3ef3a0b8ca12faac09c06d6e 100644 (file)
@@ -2,12 +2,12 @@ modules = [
     {
         name = "people"
         namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test:people"
-        sharding-strategy = "module"
+        shard-strategy = "module"
     },
     {
         name = "cars"
         namespace = "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:test:cars"
-        sharding-strategy = "module"
+        shard-strategy = "module"
     }
 
 ]