sureshanaparti commented on code in PR #12877:
URL: https://github.com/apache/cloudstack/pull/12877#discussion_r3085342472
##########
engine/components-api/src/main/java/com/cloud/template/TemplateManager.java:
##########
@@ -45,6 +45,8 @@
public interface TemplateManager {
static final String AllowPublicUserTemplatesCK =
"allow.public.user.templates";
static final String TemplatePreloaderPoolSizeCK =
"template.preloader.pool.size";
+ static final String PublicTemplateSecStorageCopyCK =
"public.template.secstorage.copy";
+ static final String PrivateTemplateSecStorageCopyCK =
"private.template.secstorage.copy";
Review Comment:
```suggestion
static final String PrivateTemplateSecStorageCopyCK =
"secstorage.private.template.copy.max";
```
in line with other secstorage configs
--
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]