]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
Update json config schema for missing dhchap host key
authorHannes Reinecke <hare@suse.de>
Thu, 25 Aug 2022 08:35:53 +0000 (10:35 +0200)
committerHannes Reinecke <hare@suse.de>
Thu, 25 Aug 2022 09:33:35 +0000 (11:33 +0200)
The dhchap key definition for the host was missing.

Signed-off-by: Hannes Reinecke <hare@suse.de>
doc/config-schema.json.in

index a7bbdf17c1eb7f955861a2c215de7aea3025ca9e..69fb60650858529f42f1c876046790b0bd4fea5e 100644 (file)
                    "description": "NVMe host ID",
                    "type": "string"
                },
+               "dhchap_key": {
+                   "description": "Host DH-HMAC-CHAP key",
+                   "type": "string"
+               },
                "hostsymname": {
                    "description": "NVMe host symbolic name",
                    "type": "string"