summaryrefslogtreecommitdiffstats
path: root/doc/config-schema.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:05:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:05:25 +0000
commitd3b6c0269abf2332f6f4b43760524b040ca58ff8 (patch)
tree6a0ebdb4cb3c7b76c824f021d9f3624d16037457 /doc/config-schema.json
parentAdding upstream version 1.8. (diff)
downloadlibnvme-upstream.tar.xz
libnvme-upstream.zip
Adding upstream version 1.9.upstream/1.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/config-schema.json')
-rw-r--r--doc/config-schema.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/config-schema.json b/doc/config-schema.json
index 6d9e36a..cb0769f 100644
--- a/doc/config-schema.json
+++ b/doc/config-schema.json
@@ -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",