[ovs-dev] [PATCH 2/3] ovn: Remove duplicate versions from schemas.

Russell Bryant rbryant at redhat.com
Tue Oct 27 09:05:34 UTC 2015


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 at redhat.com>
---
 ovn/ovn-nb.ovsschema | 7 ++++---
 ovn/ovn-sb.ovsschema | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/ovn/ovn-nb.ovsschema b/ovn/ovn-nb.ovsschema
index 3921e98..b338c3f 100644
--- a/ovn/ovn-nb.ovsschema
+++ b/ovn/ovn-nb.ovsschema
@@ -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}
+    }
+}
diff --git a/ovn/ovn-sb.ovsschema b/ovn/ovn-sb.ovsschema
index 264a217..a9a91e5 100644
--- a/ovn/ovn-sb.ovsschema
+++ b/ovn/ovn-sb.ovsschema
@@ -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}
+    }
+}
-- 
2.4.3




More information about the dev mailing list