ravening commented on a change in pull request #4452:
URL: https://github.com/apache/cloudstack/pull/4452#discussion_r518824622
##########
File path: server/src/main/java/com/cloud/api/query/QueryManagerImpl.java
##########
@@ -3486,17 +3481,6 @@ else if (!template.isPublicTemplate() &&
caller.getType() != Account.ACCOUNT_TYP
}
}
- if (!isIso) {
- // add hypervisor criteria for template case
- if (hypers != null && !hypers.isEmpty()) {
- String[] relatedHypers = new String[hypers.size()];
- for (int i = 0; i < hypers.size(); i++) {
- relatedHypers[i] = hypers.get(i).toString();
- }
- sc.addAnd("hypervisorType", SearchCriteria.Op.IN,
relatedHypers);
- }
- }
-
Review comment:
@DaanHoogland done
----------------------------------------------------------------
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]