diff options
Diffstat (limited to '')
-rw-r--r-- | doc/config-schema.json.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config-schema.json.in b/doc/config-schema.json.in index a7bbdf1..69fb606 100644 --- a/doc/config-schema.json.in +++ b/doc/config-schema.json.in @@ -25,6 +25,10 @@ "description": "NVMe host ID", "type": "string" }, + "dhchap_key": { + "description": "Host DH-HMAC-CHAP key", + "type": "string" + }, "hostsymname": { "description": "NVMe host symbolic name", "type": "string" |