GutoVeronezi commented on code in PR #7964:
URL: https://github.com/apache/cloudstack/pull/7964#discussion_r1330520316
##########
server/src/main/java/com/cloud/network/NetworkModelImpl.java:
##########
@@ -2673,6 +2673,11 @@ public List<String[]> generateVmData(String userData,
String userDataDetails, St
vmData.add(new String[]{METATDATA_DIR, CLOUD_DOMAIN_ID_FILE,
domain.getUuid()});
}
+ String customCloudName =
VirtualMachineManager.CloudInitMetadataCloudName.valueIn(datacenterId);
+ if (!StringUtils.isBlank(customCloudName)) {
Review Comment:
Sure, no problem. The refactoring can be done later.
--
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]