DaanHoogland commented on code in PR #8022:
URL: https://github.com/apache/cloudstack/pull/8022#discussion_r1341466681


##########
engine/components-api/src/main/java/com/cloud/template/TemplateManager.java:
##########
@@ -133,5 +135,9 @@ public interface TemplateManager {
     public static final String MESSAGE_REGISTER_PUBLIC_TEMPLATE_EVENT = 
"Message.RegisterPublicTemplate.Event";
     public static final String MESSAGE_RESET_TEMPLATE_PERMISSION_EVENT = 
"Message.ResetTemplatePermission.Event";
 
+    TemplateType validateTemplateType(BaseCmd cmd, boolean isAdmin, boolean 
isCrossZones);
+
     List<DatadiskTO> getTemplateDisksOnImageStore(Long templateId, 
DataStoreRole role, String configurationId);
+

Review Comment:
   ```suggestion
   ```



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