From: Daniel P. Berrange Date: Mon, 14 Sep 2009 20:09:07 +0000 (+0100) Subject: Add UUID definition required by storage encryption import X-Git-Tag: v0.7.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c02fa7bd98c88608908d1226bb01a644fe2929f;p=thirdparty%2Flibvirt.git Add UUID definition required by storage encryption import * docs/schemas/storagevol.rng: storage encryption rules require that UUID type be defined --- diff --git a/docs/schemas/storagevol.rng b/docs/schemas/storagevol.rng index 00b70f6924..287db85493 100644 --- a/docs/schemas/storagevol.rng +++ b/docs/schemas/storagevol.rng @@ -198,5 +198,15 @@ + + + + [a-fA-F0-9]{32} + + + [a-fA-F0-9]{8}\-([a-fA-F0-9]{4}\-){3}[a-fA-F0-9]{12} + + +