ConPaaS-team / conpaas

ConPaaS: integrated runtime environment for elastic cloud applications
http://www.conpaas.eu
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Fix (and improve) the credit system. #102

Closed gtato closed 8 years ago

gtato commented 8 years ago

The new credit system should not require the VMs to send callbacks (this makes things easy to hack the system, as we have seen with our Chinese friend). But once there will be a single place to control all VM creations/deletions it should be easy to run a periodic task there to check whether VMs are in a healthy state + decrement credits according to each user’s resource usage.

gtato commented 8 years ago

needs better testing, but the main functionality is there