From 60bb134ae3aa7f60d2b20ce007b2a52bd9b14d14 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 14 Sep 2010 15:10:46 -0700 Subject: [PATCH] vswitchd: Remove duplicate "external_id" from Interface table --- vswitchd/vswitch.ovsschema | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index c8a4963a..a7d25703 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": { -- 2.30.2