mirror of https://github.com/apache/cloudstack.git
CS-9919: Support for Nexus Swiches (Cisco Vswitches)
Description: Fixing failure to load ClusterVSMMapDao by putting in a constructor that takes no arguments, inClusterVSMMapVO.
This commit is contained in:
parent
264caccad9
commit
14ae4adbcd
|
|
@ -35,6 +35,10 @@ public class ClusterVSMMapVO {
|
|||
this.clusterId = clusterId;
|
||||
this.vsmId = vsmId;
|
||||
}
|
||||
|
||||
public ClusterVSMMapVO() {
|
||||
// Do nothing.
|
||||
}
|
||||
|
||||
public long getClusterId() {
|
||||
return clusterId;
|
||||
|
|
|
|||
Loading…
Reference in New Issue