anuragaw commented on a change in pull request #3534: [WIP] Misc fixes
URL: https://github.com/apache/cloudstack/pull/3534#discussion_r309136092
##########
File path: api/src/main/java/org/apache/cloudstack/query/QueryService.java
##########
@@ -92,7 +92,7 @@
static final ConfigKey<String> UserVMBlacklistedDetails = new
ConfigKey<String>("Advanced", String.class,
"user.vm.blacklisted.details", "rootdisksize, cpuOvercommitRatio,
memoryOvercommitRatio, Message.ReservedCapacityFreed.Flag",
- "Determines whether users can view certain VM settings", true);
+ "Determines whether users can view certain VM settings. When set
to empty, default value used is: rootdisksize, cpuOvercommitRatio,
memoryOvercommitRatio, Message.ReservedCapacityFreed.Flag.", true);
Review comment:
Sounds good.
----------------------------------------------------------------
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]
With regards,
Apache Git Services