cloudstack/server
Sanjay Tripathi 5828e526b3 CLOUDSTACK-713: Limit Resources(CPU and Memory) to domain/accounts
Addition of two new resource types i.e. CPU and Memory in the existing pool of
resource types.
Added some methods to set the limits on these resources using updateResourceLimit
API command and to get a count using updateResourceCount. Also added calls in the
Virtual machine life cycle to check these limits and to increment/decrement the new
resource types

Resource Name  :: Resource type number
    CPU               8
    Memory            9

Also added Unit Tests for the same.
2013-02-12 12:02:07 -08:00
..
conf License header updates for the server folder. 2012-08-03 09:41:27 -04:00
scripts License header updates for the server folder. 2012-08-03 09:41:27 -04:00
src CLOUDSTACK-713: Limit Resources(CPU and Memory) to domain/accounts 2013-02-12 12:02:07 -08:00
test CLOUDSTACK-713: Limit Resources(CPU and Memory) to domain/accounts 2013-02-12 12:02:07 -08:00
pom.xml Remove yet another test where the database was not properly mocked. FIXME 2013-02-02 12:18:51 +01:00