sureshanaparti commented on a change in pull request #4922:
URL: https://github.com/apache/cloudstack/pull/4922#discussion_r642460541
##########
File path: api/src/main/java/org/apache/cloudstack/query/QueryService.java
##########
@@ -92,8 +92,8 @@
ConfigKey<Boolean> AllowUserViewDestroyedVM = new ConfigKey<>("Advanced",
Boolean.class, "allow.user.view.destroyed.vm", "false",
"Determines whether users can view their destroyed or expunging vm
", true, ConfigKey.Scope.Account);
- static final ConfigKey<String> UserVMBlacklistedDetails = new
ConfigKey<String>("Advanced", String.class,
- "user.vm.blacklisted.details", "rootdisksize, cpuOvercommitRatio,
memoryOvercommitRatio, Message.ReservedCapacityFreed.Flag",
+ static final ConfigKey<String> UserVMDenyListedDetails = new
ConfigKey<String>("Advanced", String.class,
+ "user.vm.denylisted.details", "rootdisksize, cpuOvercommitRatio,
memoryOvercommitRatio, Message.ReservedCapacityFreed.Flag",
Review comment:
Updated config to 'user.vm.denied.details', upgrade path (schema file)
has the relevant changes for config name change.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]