From ead91a562c3747543985405b48067622b7b1de57 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Thu, 24 Mar 2011 17:53:16 -0700 Subject: [PATCH] schema: Monitor's remote_mps is not ephemeral. The remote_mps column of the Monitor table is a configuration parameter and should not be ephemeral. --- vswitchd/vswitch.ovsschema | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index e808aa3d9..98e4a1006 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "3.0.0", - "cksum": "705848946 15525", + "version": "3.0.1", + "cksum": "1940448373 15497", "tables": { "Open_vSwitch": { "columns": { @@ -220,8 +220,7 @@ "type": { "key": { "type": "uuid", "refTable": "Maintenance_Point"}, "min": 0, - "max": "unlimited"}, - "ephemeral": true}, + "max": "unlimited"}}, "unexpected_remote_mpids": { "type": { "key": { "type": "integer"}, -- 2.43.0