fix no non-arg constructor of PreparePxeServerCommand which leads Json error when being forwarded to another management server

This commit is contained in:
frank 2012-06-26 10:33:20 -07:00
parent c23f2d1780
commit 7cbeaeb26b
1 changed files with 3 additions and 0 deletions

View File

@ -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;