mlsorensen commented on code in PR #7964:
URL: https://github.com/apache/cloudstack/pull/7964#discussion_r1330514330
##########
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:
Sorry @GutoVeronezi , wrong StringUtils, need to import an alternate
StringUtils class or replace everything with it. I have to rollback this
suggestion and rework.
--
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]