mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1405:ZWPS: listStoragePool API doesn't accept scope parameter
.
This commit is contained in:
parent
ed70eaf2ce
commit
1a194ef725
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue