vishesh92 commented on code in PR #9329: URL: https://github.com/apache/cloudstack/pull/9329#discussion_r1672205161
########## server/src/main/java/com/cloud/network/element/ConfigDriveNetworkElement.java: ########## @@ -590,7 +599,35 @@ private boolean deleteConfigDriveIsoOnHostCache(final VirtualMachine vm, final L return true; } - private boolean createConfigDriveIso(VirtualMachineProfile profile, DeployDestination dest, DiskTO disk) throws ResourceUnavailableException { + private List<NicProfile> getNicProfilesForNic(VirtualMachine vm, List<? extends Nic> nics) { Review Comment: Let me change to `getNicProfiles` -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org