From 9311f27b412905f90fe98c5eac423810197e3799 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Thu, 24 Jun 2010 16:16:26 +0200 Subject: [PATCH] feature #189 Added info to CONTEXT and REQUIREMENTS template schema --- share/examples/vm.schema | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/share/examples/vm.schema b/share/examples/vm.schema index 94f85630b0..608c07ce03 100644 --- a/share/examples/vm.schema +++ b/share/examples/vm.schema @@ -88,11 +88,11 @@ RAW = [ # Optional, KVM, XEN #--------------------------------------- # Context for the VM -# values can be: +# values can use: # $ # $[] # $[, =] -# $. +# $NETWORK[, NAME=] #--------------------------------------- CONTEXT = [ # Optional, KVM, XEN @@ -102,7 +102,11 @@ CONTEXT = [ # Optional, KVM, XEN target= "device to attach the context device" ] #--------------------------------------- -# Scheduler +# Scheduler +# Requirements expressions can use: +# $ +# $[] +# $[, =] #--------------------------------------- REQUIREMENTS = "Bool_expression_for_reqs" #Optional