cloudstack/core/src/com/cloud/configuration
Kris McQueen 80090990a6 Fix configuration in light of new API framework. Move code from ConfigurationManager into ConfigurationServer for creating disk/service offerings, pods, and zones. This prevents the ComponentLocator from pulling in a lot of extra DAOs and Managers now that ConfigurationManager has a lot more dependencies due to API changes. Without making this change, there would be a dependency on ClusteredAgentManager in both config-server and mgmt-server, which would try to start two listeners on port 8250, which is bad. Now that the configuration happens in ConfigurationServer, things should be kept simple. 2010-10-14 19:11:22 -07:00
..
dao Fix configuration in light of new API framework. Move code from ConfigurationManager into ConfigurationServer for creating disk/service offerings, pods, and zones. This prevents the ComponentLocator from pulling in a lot of extra DAOs and Managers now that ConfigurationManager has a lot more dependencies due to API changes. Without making this change, there would be a dependency on ClusteredAgentManager in both config-server and mgmt-server, which would try to start two listeners on port 8250, which is bad. Now that the configuration happens in ConfigurationServer, things should be kept simple. 2010-10-14 19:11:22 -07:00
ConfigurationVO.java Source code committed 2010-08-11 09:13:29 -07:00
ResourceCount.java Source code committed 2010-08-11 09:13:29 -07:00
ResourceCountVO.java Source code committed 2010-08-11 09:13:29 -07:00
ResourceLimit.java Source code committed 2010-08-11 09:13:29 -07:00
ResourceLimitVO.java Source code committed 2010-08-11 09:13:29 -07:00