schema: support 'default' cache mode

The docs claims the cache attribute of the disk <driver>
element supports 'default' as one of its permissible values,
but such configuration fails virt-xml-validate. Add 'default'
as one of the cache attribute choices in domaincommon.rng.
This commit is contained in:
Jim Fehlig 2016-02-29 16:25:38 -07:00
parent 8e3ac3ed73
commit 885e34c916

View File

@ -1606,6 +1606,7 @@
<define name="driverCache">
<attribute name="cache">
<choice>
<value>default</value>
<value>none</value>
<value>writeback</value>
<value>writethrough</value>