[ovs-dev] [PATCH] vswitchd: Remove duplicate "external_id" from Interface table

Justin Pettit jpettit at nicira.com
Tue Sep 14 22:12:51 UTC 2010


---
 vswitchd/vswitch.ovsschema |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index c8a4963..a7d2570 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -139,10 +139,7 @@
          "ephemeral": true},
        "status": {
          "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
-         "ephemeral": true},
-       "external_ids": {
-         "type": {"key": "string", "value": "string",
-                  "min": 0, "max": "unlimited"}}}},
+         "ephemeral": true}}},
    "QoS": {
      "columns": {
        "type": {
-- 
1.7.1





More information about the dev mailing list