The code already handles this so we just need to allow it in the schema.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/schemas/domaincommon.rng | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/conf/schemas/domaincommon.rng b/src/conf/schemas/domaincommon.rng
index c68acaa222..8afb0dadd4 100644
--- a/src/conf/schemas/domaincommon.rng
+++ b/src/conf/schemas/domaincommon.rng
@@ -1995,6 +1995,9 @@
<ref name="diskSourceNetworkProtocolHTTPCookies"/>
</optional>
<ref name="diskSourceNetworkProtocolPropsCommon"/>
+ <optional>
+ <ref name="diskAuth"/>
+ </optional>
</interleave>
</element>
</define>
@@ -2020,6 +2023,9 @@
<ref name="diskSourceNetworkProtocolHTTPCookies"/>
</optional>
<ref name="diskSourceNetworkProtocolPropsCommon"/>
+ <optional>
+ <ref name="diskAuth"/>
+ </optional>
</interleave>
</element>
</define>
@@ -2042,6 +2048,9 @@
<ref name="diskSourceNetworkProtocolSSLVerify"/>
</optional>
<ref name="diskSourceNetworkProtocolPropsCommon"/>
+ <optional>
+ <ref name="diskAuth"/>
+ </optional>
</interleave>
</element>
</define>
@@ -2061,6 +2070,9 @@
<ref name="encryption"/>
</optional>
<ref name="diskSourceNetworkProtocolPropsCommon"/>
+ <optional>
+ <ref name="diskAuth"/>
+ </optional>
</interleave>
</element>
</define>
--
2.35.1