libvirt schema: improve domain name regex

This regexp is based upon what xend actually allows, plus the existing
&, which I presume is there for a reason.

Signed-off-by: John Levon <john.levon>

Index: docs/libvirt.rng
===================================================================
RCS file: /data/cvs/libvirt/docs/libvirt.rng,v
retrieving revision 1.8
diff -u -r1.8 libvirt.rng
--- docs/libvirt.rng    8 Jul 2008 12:05:13 -0000       1.8
+++ docs/libvirt.rng    10 Jul 2008 04:04:58 -0000
@@ -840,7 +840,7 @@
   </define>
   <define name='domainName'>
     <data type='string'>
-      <param name="pattern">[a-zA-Z0-9_\+\-&amp;]+</param>
+      <param name="pattern">[A-Za-z0-9_.:/\+\-&amp;-]+</param>
     </data>
   </define>
   <define name='genericName'>

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to