aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-03-24 17:53:16 -0700
committerEthan Jackson <ethan@nicira.com>2011-03-25 13:37:08 -0700
commitead91a562c3747543985405b48067622b7b1de57 (patch)
tree14f492a82f00fdd6434da0598cd30bbf0fe4a756 /vswitchd
parente5cad95833eea4a1d68fe490812ec81048c98979 (diff)
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.
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.ovsschema7
1 files changed, 3 insertions, 4 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index e808aa3d..98e4a100 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"},