RE: [Merge] CLOUDSTACK-6106 vpc support on Hyper-V

2014-03-14 Thread Rajesh Battala
I will be merging my branch changes later today. Thanks Rajesh Battala -Original Message- From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Sent: Wednesday, March 12, 2014 11:42 AM To: dev@cloudstack.apache.org Subject: RE: [Merge] CLOUDSTACK-6106 vpc support on Hyper-V Fixed all

RE: [Merge] CLOUDSTACK-6106 vpc support on Hyper-V

2014-03-12 Thread Rajesh Battala
Fixed all the issues reported by findbugs for hyper-v in the branch. Regarding the code changes for VPC support on Hyper-V. In common framework only VPCManagerImpl is modified to add Hyper-V as supported Hypervisors for VPC. +hTypes.add(HypervisorType.Hyperv); Remaining changes