Axing the policy definition
authorGeorgios Gousios <gousiosg@gmail.com>
Tue, 6 Mar 2012 11:01:49 +0000 (13:01 +0200)
committerGeorgios Gousios <gousiosg@gmail.com>
Tue, 6 Mar 2012 11:01:49 +0000 (13:01 +0200)
doc/arch/aquarium.tex

index 23b0406..673bd14 100644 (file)
@@ -255,15 +255,7 @@ agreements:
   - agreement:
     name: scaledbandwidth
     pricelist: everyTue2
-    algorithm:
-      bandwidthup: |
-        if $volume gt 15 then
-          $volume times $price
-        elsif $volume gt 15 and volume lt 30 then
-          $volume times $price times 1.2
-        else
-          $volume times price times 1.4
-        end
+    algorithm: default
 \end{lstlisting}
 %$
 \caption{A simple billing policy definition.}