schema: Relax schema for domain name

The domain schema enforced restrictions on the domain name string that
the code doesn't. This patch relaxes the check, leaving the restrictions
on the driver or hypervisor. The only invalid character is a newline.
This commit is contained in:
Peter Krempa 2012-01-23 18:41:44 +01:00
parent adb99a05b1
commit 8a09ee4103

View File

@ -3030,7 +3030,7 @@
</define>
<define name="domainName">
<data type="string">
<param name="pattern">[A-Za-z0-9_\.\+\-&amp;:/]+</param>
<param name="pattern">[^\n]+</param>
</data>
</define>
<define name="diskSerial">