Skip to content

Commit e1a7989

Browse files
committed
Update json config schema for missing dhchap host key
The dhchap key definition for the host was missing. Signed-off-by: Hannes Reinecke <[email protected]>
1 parent 6614a55 commit e1a7989

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/config-schema.json.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"description": "NVMe host ID",
2626
"type": "string"
2727
},
28+
"dhchap_key": {
29+
"description": "Host DH-HMAC-CHAP key",
30+
"type": "string"
31+
},
2832
"hostsymname": {
2933
"description": "NVMe host symbolic name",
3034
"type": "string"

0 commit comments

Comments
 (0)