schema: domain: Allow space in XML schema for bridge source

vmware's network names can contain space and they are used as bridge
source. Modify the schema to allow it.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Peter Krempa 2020-10-07 18:59:50 +02:00
parent 590423ca0f
commit 6c7e6caf43

View File

@ -2886,7 +2886,9 @@
<define name="interface-bridge-attributes">
<attribute name="bridge">
<ref name="deviceName"/>
<data type="string">
<param name="pattern">[a-zA-Z0-9_\.\-\\:/ ]*</param>
</data>
</attribute>
<optional>
<attribute name="macTableManager">