sureshanaparti commented on code in PR #12874:
URL: https://github.com/apache/cloudstack/pull/12874#discussion_r2973511900


##########
server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java:
##########
@@ -3157,6 +3160,12 @@ public DataCenterVO doInTransaction(final 
TransactionStatus status) {
                 // Create default system networks
                 createDefaultSystemNetworks(zone.getId());
 
+                // Associate cross zone templates with the Edge Zones here 
because they don't have SSVMs
+                // For Core zones, this happens when the SSVM starts up.
+                if (isEdge) {
+                    
_templateService.associateCrosszoneTemplatesToZone(zone.getId());

Review Comment:
   ```suggestion
                       
_templateService.associateCrossZoneTemplatesToZone(zone.getId());
   ```
   
   update the actual method name & its references



-- 
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