mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
doc: Add schema definition for imagelabel
<imagelable> is not generated by running domain, actually we parse it in src/conf/domain_conf.c, this patch is to fix it, otherwise any validation (virt-xml-validate) on the domain xml dumped from shutoff domain containing <imagelable> will fail. * docs/schemas/domain.rng
This commit is contained in:
parent
83bc4fa7fa
commit
918c8193e2
@ -64,6 +64,9 @@
|
||||
<element name="label">
|
||||
<text/>
|
||||
</element>
|
||||
<element name="imagelabel">
|
||||
<text/>
|
||||
</element>
|
||||
</element>
|
||||
</define>
|
||||
<define name="hvs">
|
||||
|
Loading…
x
Reference in New Issue
Block a user