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
1198a62453
commit
414435c7f3
|
|
@ -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