From b967327824994dc89361c4475d7e3cac76a37865 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 14 Dec 2009 16:59:06 +0100 Subject: Relax the allowed values for machine type in schema * docs/schemas/domain.rng: don't try to validate based on a list, open up the machine type to a regexp allowing a-z A-Z 0-9 _ - and . --- docs/schemas/domain.rng | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index 5f385000e..4bbbd499a 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -167,13 +167,11 @@ - - xenfv - pc - isapc - + + [a-zA-Z0-9_\.\-]+ + - + -- cgit v1.2.3-65-gdbad