mirror of https://github.com/apache/cloudstack.git
fix no non-arg constructor of PreparePxeServerCommand which leads Json error when being forwarded to another management server
This commit is contained in:
parent
c23f2d1780
commit
7cbeaeb26b
|
|
@ -36,6 +36,9 @@ public class PreparePxeServerCommand extends Command {
|
|||
return true;
|
||||
}
|
||||
|
||||
public PreparePxeServerCommand() {
|
||||
}
|
||||
|
||||
public PreparePxeServerCommand(String ip, String mac, String netMask, String gateway, String dns, String template, String vmName, String hostName) {
|
||||
this.ip = ip;
|
||||
this.mac = mac;
|
||||
|
|
|
|||
Loading…
Reference in New Issue