cloudstack/engine/schema/src/com/cloud/vm
Prachi Damle 3b3f4577b0 CLOUDSTACK-6476: Basic Zone with Multiple Pods Setup: DHCP server doesnt get deployed in the pod where the VM gets deployed
Changes:
PodId in which the router should get started was not being saved to the DB due to the VO's setter method not following the setXXX format. So when planner loaded the router from DB, it always got podId as null and that would allow planner to deploy the router in any pod. If the router happens to start in a different pod than the user VM, the Vm fails to start since the Dhcp service check fails.

Fixed the VO's setPodId method, that was causing the DB save operation fail.
2014-06-06 16:15:31 -07:00
..
dao CLOUDSTACK-6853: Search for non-removed nics only when check if the running vm belongs to a certain network 2014-06-05 17:09:32 -07:00
snapshot Remove IAMEntityType to use existing VO interface class to annotate 2014-03-17 17:19:55 -07:00
ConsoleProxyVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
DomainRouterVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
InstanceGroupVMMapVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
InstanceGroupVO.java Remove IAMEntityType to use existing VO interface class to annotate 2014-03-17 17:19:55 -07:00
ItWorkDao.java Removed trailing spaces 2013-11-21 04:08:01 -08:00
ItWorkDaoImpl.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ItWorkVO.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
NicDetailVO.java CLOUDSTACK-6184: set display=true by default for all resource details 2014-02-27 10:55:47 -08:00
NicVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
SecondaryStorageVmVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
UserVmCloneSettingVO.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
UserVmDetailVO.java CLOUDSTACK-6184: set display=true by default for all resource details 2014-02-27 10:55:47 -08:00
UserVmVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
VMInstanceVO.java CLOUDSTACK-6476: Basic Zone with Multiple Pods Setup: DHCP server doesnt get deployed in the pod where the VM gets deployed 2014-06-06 16:15:31 -07:00