----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12264/ -----------------------------------------------------------
Review request for cloudstack and Abhinandan Prateek. Bugs: CLOUDSTACK-3351 Repository: cloudstack-git Description ------- CLOUDSTACK-3351: Fix add cluster API to set right hypervisor type In AddCluster API we validate Hypervisor type parameter even if it is case insensitive. We should not put this case insensitive value in the DB which may lead to mismatch with hypervisor type with other tables in DB leading to failure of various DB queries. Diffs ----- server/src/com/cloud/resource/ResourceManagerImpl.java c6e8d7d Diff: https://reviews.apache.org/r/12264/diff/ Testing ------- Thanks, Harikrishna Patnala