schema: Monitor's remote_mps is not ephemeral.
authorEthan Jackson <ethan@nicira.com>
Fri, 25 Mar 2011 00:53:16 +0000 (17:53 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 25 Mar 2011 20:37:08 +0000 (13:37 -0700)
The remote_mps column of the Monitor table is a configuration
parameter and should not be ephemeral.

vswitchd/vswitch.ovsschema

index e808aa3..98e4a10 100644 (file)
@@ -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": {
          "type": {
            "key": { "type": "uuid", "refTable": "Maintenance_Point"},
            "min": 0,
-           "max": "unlimited"},
-         "ephemeral": true},
+           "max": "unlimited"}},
        "unexpected_remote_mpids": {
          "type": {
            "key": { "type": "integer"},