From: Georgios Gousios Date: Fri, 4 Nov 2011 15:00:43 +0000 (+0200) Subject: Now with correct policy definition X-Git-Tag: aquarium-0.0.1~22 X-Git-Url: https://code.grnet.gr/git/aquarium/commitdiff_plain/2f012accdf2b037917f6d8f4f792acf690e2e689 Now with correct policy definition --- 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 +