The capabilities generated on OSX hosts with 'hvf' accelerator will not
pass schema testing as the 'hvf' type was not allowed.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/schemas/capability.rng | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/conf/schemas/capability.rng b/src/conf/schemas/capability.rng
index c7e72c6f39..83b414961a 100644
--- a/src/conf/schemas/capability.rng
+++ b/src/conf/schemas/capability.rng
@@ -428,6 +428,7 @@
<value>lxc</value>
<value>openvz</value>
<value>test</value>
+ <value>hvf</value>
</choice>
</attribute>
--
2.39.2