From 6c02fa7bd98c88608908d1226bb01a644fe2929f Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 14 Sep 2009 21:09:07 +0100 Subject: [PATCH] Add UUID definition required by storage encryption import * docs/schemas/storagevol.rng: storage encryption rules require that UUID type be defined --- docs/schemas/storagevol.rng | 10 ++++++++++ 1 file changed, 10 insertions(+) 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} + + +