summaryrefslogtreecommitdiff
path: root/ovn/ovn-sb.ovsschema
diff options
context:
space:
mode:
Diffstat (limited to 'ovn/ovn-sb.ovsschema')
-rw-r--r--ovn/ovn-sb.ovsschema4
1 files changed, 3 insertions, 1 deletions
diff --git a/ovn/ovn-sb.ovsschema b/ovn/ovn-sb.ovsschema
index 5d7546bc5..fa5ef1db3 100644
--- a/ovn/ovn-sb.ovsschema
+++ b/ovn/ovn-sb.ovsschema
@@ -1,7 +1,7 @@
{
"name": "OVN_Southbound",
"version": "1.12.1",
- "cksum": "1914140659 10905",
+ "cksum": "761192506 11009",
"tables": {
"SB_Global": {
"columns": {
@@ -201,6 +201,8 @@
"certificate": {"type": "string"},
"ca_cert": {"type": "string"},
"bootstrap_ca_cert": {"type": "boolean"},
+ "ssl_protocols": {"type": "string"},
+ "ssl_ciphers": {"type": "string"},
"external_ids": {"type": {"key": "string",
"value": "string",
"min": 0,