diff options
Diffstat (limited to 'doc/config-schema.json')
-rw-r--r-- | doc/config-schema.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config-schema.json b/doc/config-schema.json index a7bbdf1..69fb606 100644 --- a/doc/config-schema.json +++ b/doc/config-schema.json @@ -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" |