summaryrefslogtreecommitdiffstats
path: root/doc/config-schema.json.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:06:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:06:51 +0000
commit46f46dcc0ad7d0cda2f41c1ccfa137d2413ff209 (patch)
tree156a2dcee1cbe550b5014eb6a0833a1cee6bda65 /doc/config-schema.json.in
parentAdding debian version 1.8-3. (diff)
downloadlibnvme-46f46dcc0ad7d0cda2f41c1ccfa137d2413ff209.tar.xz
libnvme-46f46dcc0ad7d0cda2f41c1ccfa137d2413ff209.zip
Merging upstream version 1.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/config-schema.json.in')
-rw-r--r--doc/config-schema.json.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/config-schema.json.in b/doc/config-schema.json.in
index 6d9e36a..cb0769f 100644
--- a/doc/config-schema.json.in
+++ b/doc/config-schema.json.in
@@ -98,6 +98,14 @@
"description": "Controller DH-HMAC-CHAP key",
"type": "string"
},
+ "keyring": {
+ "description": "Keyring for TLS key lookup",
+ "type": "string"
+ },
+ "tls_key": {
+ "description": "TLS key for the connection",
+ "type": "string"
+ },
"nr_io_queues": {
"description": "Number of I/O queues",
"type": "integer"
@@ -156,14 +164,6 @@
"type": "boolean",
"default": false
},
- "keyring": {
- "description": "Keyring for TLS key lookup",
- "type": "integer"
- },
- "tls_key": {
- "description": "TLS key for the connection",
- "type": "integer"
- },
"tls": {
"description": "Enable TLS encryption",
"type": "boolean",