Toaster is shardless 95/62295/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Aug 2017 23:33:54 +0000 (01:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 25 Aug 2017 00:18:44 +0000 (02:18 +0200)
It's not like we broke it into shards. Nothing like that, our toaster
is fully working. Nevertheless it is a sample and has no place
in production code nor its configuration.

Change-Id: Ie14c698c1ea45a5fe201d1b6227eeb4f2d9790a5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/module-shards.conf

index 8449abb7b055ce02d3b83cbbe42af55db69fd0ad..6ac34788ce842e0554ee3853332cf7502885bacd 100644 (file)
@@ -55,16 +55,4 @@ module-shards = [
             }
         ]
     },
-         {
-             name = "toaster"
-             shards = [
-                 {
-                     name="toaster"
-                     replicas = [
-                         "member-1"
-                     ]
-                 }
-             ]
-         }
-
 ]