Skip to content

Commit 39a3cd1

Browse files
author
Daan Hoogland
committed
check for uuid
1 parent 3a2fe0d commit 39a3cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5618,7 +5618,7 @@ public Outcome<VirtualMachine> addVmToNetworkThroughJobQueue(
56185618

56195619
final List<VmWorkJobVO> pendingWorkJobs = _workJobDao.listPendingWorkJobs(
56205620
VirtualMachine.Type.Instance, vm.getId(),
5621-
VmWorkAddVmToNetwork.class.getName(), String.valueOf(network.getId()));
5621+
VmWorkAddVmToNetwork.class.getName(), network.getUuid());
56225622

56235623
VmWorkJobVO workJob = null;
56245624
if (pendingWorkJobs != null && pendingWorkJobs.size() > 0) {

0 commit comments

Comments
 (0)