anuragaw commented on a change in pull request #3534: [WIP] Misc fixes
URL: https://github.com/apache/cloudstack/pull/3534#discussion_r309133816
 
 

 ##########
 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:
   Slight addition could be there optinally - "To allow all settings to be 
visible set this to `none`"?

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

Reply via email to