diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2019-02-27 16:20:35 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2019-03-06 11:05:27 -0600 |
commit | ab7c5d940b223586caafc034551a5389944e0d6a (patch) | |
tree | b0c6cc3b8ad92b54e995ae98e8ac991e0204034f /qapi/block.json | |
parent | 000194556b65970a19ca437cd96b804a3f069f11 (diff) |
nbd: fix outdated qapi docs syntax for tls-creds
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20190227162035.18543-4-berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qapi/block.json')
-rw-r--r-- | qapi/block.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block.json b/qapi/block.json index 79623088e7..145c268bb6 100644 --- a/qapi/block.json +++ b/qapi/block.json @@ -224,7 +224,7 @@ # QEMU instance could refer to them as "nbd:HOST:PORT:exportname=NAME". # # @addr: Address on which to listen. -# @tls-creds: (optional) ID of the TLS credentials object. Since 2.6 +# @tls-creds: ID of the TLS credentials object (since 2.6). # @tls-authz: ID of the QAuthZ authorization object used to validate # the client's x509 distinguished name. This object is # is only resolved at time of use, so can be deleted and |