Now with correct policy definition
authorGeorgios Gousios <gousiosg@gmail.com>
Fri, 4 Nov 2011 15:00:43 +0000 (17:00 +0200)
committerGeorgios Gousios <gousiosg@gmail.com>
Fri, 4 Nov 2011 15:00:43 +0000 (17:00 +0200)
doc/manual/source/unicase.rst

index e94b8f2..4562d1a 100644 (file)
@@ -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
+