449450451452453454455456457458459
host.ipAddr(nic.getIp4Address()); host.macAddr(nic.getMacAddress()); // This only sets the cloudstack internal name host.name(vm.getHostName()); host.create(); } } return true; }
441442443444445446447448449450451
452453454455456457458459460461462