Fix: I somehow messed up some commits by clicking the "revert" button on the github...
authorpeusterm <manuel.peuster@uni-paderborn.de>
Mon, 18 Apr 2016 15:59:19 +0000 (17:59 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Mon, 25 Apr 2016 08:56:52 +0000 (10:56 +0200)
src/emuvim/dcemulator/resourcemodel/upb/simple.py

index f0b147f..1d30733 100644 (file)
@@ -193,6 +193,8 @@ class UpbSimpleCloudDcRM(BaseResourceModel):
         r["dc_max_mu"] = self.dc_max_mu
         r["dc_alloc_cu"] = self.dc_alloc_cu
         r["dc_alloc_mu"] = self.dc_alloc_mu
+        r["single_cu_percentage"] = self.single_cu
+        r["single_mu_percentage"] = self.single_mu
         r["allocation_state"] = allocation_state
         return r