mirror of https://github.com/apache/cloudstack.git
fix issue: listHosts with hahost throws exception
This commit is contained in:
parent
a0988780ad
commit
a206f423a3
|
|
@ -1571,7 +1571,7 @@ public class QueryManagerImpl extends ManagerBase implements QueryService {
|
|||
}
|
||||
|
||||
if (haHosts != null && haTag != null && !haTag.isEmpty()) {
|
||||
sc.setJoinParameters("hostTagSearch", "tag", haTag);
|
||||
sc.setParameters("tag", haTag);
|
||||
}
|
||||
|
||||
// search host details by ids
|
||||
|
|
|
|||
Loading…
Reference in New Issue