Skip to content

Commit 749c77a

Browse files
author
Jayapal
committed
Fixed issue in setting vm ip,mac in vm_instance table
This issue is not seen in 4.2, It is observed only in 4.3.
1 parent fd831ff commit 749c77a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/src/com/cloud/vm/UserVmManagerImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3248,6 +3248,7 @@ public boolean finalizeDeployment(Commands cmds,
32483248
|| network.getTrafficType() == TrafficType.Public) {
32493249
userVm.setPrivateIpAddress(nic.getIp4Address());
32503250
userVm.setPrivateMacAddress(nic.getMacAddress());
3251+
_vmDao.update(userVm.getId(), userVm);
32513252
}
32523253
}
32533254

0 commit comments

Comments
 (0)