From 2f012accdf2b037917f6d8f4f792acf690e2e689 Mon Sep 17 00:00:00 2001 From: Georgios Gousios Date: Fri, 4 Nov 2011 17:00:43 +0200 Subject: [PATCH] Now with correct policy definition --- doc/manual/source/unicase.rst | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/doc/manual/source/unicase.rst b/doc/manual/source/unicase.rst index e94b8f2..4562d1a 100644 --- a/doc/manual/source/unicase.rst +++ b/doc/manual/source/unicase.rst @@ -35,17 +35,22 @@ The cloud services that the university NOC can offer are the following: volumedisk: 0.1 filedisk: 0.2 netbandwidth: 0.01 - applicable: 0 + applicable: + start: 0 policies: policy: name: default - vmtimeA: 1 - vmtimeB: 1.5 - vmtimeC: 2 - volumedisk: 0.1 - filedisk: 0.2 - netbandwidth: 0.01 - applicable: 0 + vmtimeA: {price} times {volume} + vmtimeB: {price} times {volume} + vmtimeC: {price} times {volume} + volumedisk: {price} times {volume} + filedisk: {price} times {volume} + netbandwidth: {price} times {volume} + applicable: + start: 0 agreements: agreement: - + name: default + policy: default + pricelist: default + -- 1.7.10.4