CLOUDSTACK-1405:ZWPS: listStoragePool API doesn't accept scope parameter

.
This commit is contained in:
Min Chen 2013-08-08 10:07:50 -07:00
parent ed70eaf2ce
commit 1a194ef725
1 changed files with 1 additions and 0 deletions

View File

@ -1970,6 +1970,7 @@ public class QueryManagerImpl extends ManagerBase implements QueryService {
sb.and("podId", sb.entity().getPodId(), SearchCriteria.Op.EQ);
sb.and("clusterId", sb.entity().getClusterId(), SearchCriteria.Op.EQ);
sb.and("hostAddress", sb.entity().getHostAddress(), SearchCriteria.Op.EQ);
sb.and("scope", sb.entity().getScope(), SearchCriteria.Op.EQ);
SearchCriteria<StoragePoolJoinVO> sc = sb.create();