ovn: Remove duplicate versions from schemas.
authorRussell Bryant <rbryant@redhat.com>
Sat, 24 Oct 2015 19:41:37 +0000 (15:41 -0400)
committerRussell Bryant <rbryant@redhat.com>
Tue, 3 Nov 2015 21:19:38 +0000 (16:19 -0500)
Since commit 5935835968c9d36ffe306863f0c8079d3b670e2a, the OVN nb and sb
schema definitions have included duplicate version entries.  In the nb
case, the version has since been updated to 2.0.0, but only in one
place.  Remove the duplicate version entries that were at the bottom of
the files.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ovn/ovn-nb.ovsschema
ovn/ovn-sb.ovsschema

index 3921e98..b338c3f 100644 (file)
@@ -1,7 +1,7 @@
 {
     "name": "OVN_Northbound",
     "version": "2.0.0",
-    "cksum": "3039293926 4601",
+    "cksum": "3515938918 4583",
     "tables": {
         "Logical_Switch": {
             "columns": {
@@ -89,5 +89,6 @@
                 "external_ids": {
                     "type": {"key": "string", "value": "string",
                              "min": 0, "max": "unlimited"}}},
-            "isRoot": false}},
-    "version": "1.0.0"}
+            "isRoot": false}
+    }
+}
index 264a217..a9a91e5 100644 (file)
@@ -1,7 +1,7 @@
 {
     "name": "OVN_Southbound",
     "version": "1.0.0",
-    "cksum": "4202564645 5078",
+    "cksum": "1392129391 5060",
     "tables": {
         "Chassis": {
             "columns": {
@@ -99,5 +99,6 @@
                                  "min": 0,
                                  "max": "unlimited"}}},
             "indexes": [["datapath", "tunnel_key"], ["logical_port"]],
-            "isRoot": true}},
-    "version": "1.0.0"}
+            "isRoot": true}
+    }
+}