rohityadavcloud commented on code in PR #8484:
URL: https://github.com/apache/cloudstack/pull/8484#discussion_r1481324928


##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -4547,6 +4550,43 @@ private UserVmVO commitUserVm(final boolean isImport, 
final DataCenter zone, fin
             DiskOfferingVO rootDiskOfferingVO = 
_diskOfferingDao.findById(rootDiskOfferingId);
             rootDiskTags.add(rootDiskOfferingVO.getTags());
 
+            OrchestrateVirtualMachineCreate(vm, guestOSCategory, computeTags, 
rootDiskTags, plan, rootDiskSize, template, hostName, displayName, owner,

Review Comment:
   ```suggestion
               orchestrateVirtualMachineCreate(vm, guestOSCategory, 
computeTags, rootDiskTags, plan, rootDiskSize, template, hostName, displayName, 
owner,
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to