vswitch: Limit SSL table to a single row.
authorBen Pfaff <blp@nicira.com>
Fri, 19 Mar 2010 00:09:42 +0000 (17:09 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 19 Mar 2010 23:47:14 +0000 (16:47 -0700)
Only a single row in the SSL can be useful currently.  This should help to
prevent confusion since ovsdb-server will choose an SSL configuration
randomly if there is more than one.

vswitchd/vswitch.ovsschema

index 2331064..8661875 100644 (file)
        "ca_cert": {
          "type": "string"},
        "bootstrap_ca_cert": {
-         "type": "boolean"}}}}}
+         "type": "boolean"}},
+     "maxRows": 1}}}