summaryrefslogtreecommitdiff
path: root/ovn
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2015-03-02 15:45:39 -0800
committerJustin Pettit <jpettit@nicira.com>2015-03-04 18:12:38 -0800
commitef0b0c50a34c9922df8ffd284007495ca76480f0 (patch)
tree5279a86cc47c2f07152a9e0b7527d2531e6fb0bd /ovn
parentca1564ec8f27ec0f56104a5f76bbe1c29f07e53f (diff)
downloadopenvswitch-ef0b0c50a34c9922df8ffd284007495ca76480f0.tar.gz
ovn: Remove constraints on "encap" types.
Let two consenting transport nodes choose how they want to talk; we don't need to be so prescriptive in the supported encap types for OVN. Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ovn')
-rw-r--r--ovn/ovn.ovsschema3
1 files changed, 1 insertions, 2 deletions
diff --git a/ovn/ovn.ovsschema b/ovn/ovn.ovsschema
index 5597df4a6..c9f2af449 100644
--- a/ovn/ovn.ovsschema
+++ b/ovn/ovn.ovsschema
@@ -4,8 +4,7 @@
"Chassis": {
"columns": {
"name": {"type": "string"},
- "encap": {"type": {"key": {"type": "string",
- "enum": ["set", ["stt", "vxlan", "gre"]]}}},
+ "encap": {"type": "string"},
"encap_options": {"type": {"key": "string",
"value": "string",
"min": 0,