sureshanaparti commented on a change in pull request #4922:
URL: https://github.com/apache/cloudstack/pull/4922#discussion_r642461459



##########
File path: server/src/main/java/com/cloud/api/query/dao/UserVmJoinDaoImpl.java
##########
@@ -344,9 +344,9 @@ public UserVmResponse newUserVmResponse(ResponseView view, 
String objectName, Us
                 userVmResponse.setPoolType(userVm.getPoolType().toString());
             }
 
-            // Remove blacklisted settings if user is not admin
+            // Remove deny listed settings if user is not admin
             if (caller.getType() != Account.ACCOUNT_TYPE_ADMIN) {
-                String[] userVmSettingsToHide = 
QueryService.UserVMBlacklistedDetails.value().split(",");
+                String[] userVmSettingsToHide = 
QueryService.UserVMDenyListedDetails.value().split(",");

Review comment:
       > Let's rename it simply to `UserVmDenyListDetails`?
   
   renamed to 'UserVMDeniedDetails' (in sync with config name).




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


Reply via email to