mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
fix issue: listHosts with hahost throws exception
(cherry picked from commit a206f423a3851a4d090f58b05e2936dd68c528d0)
This commit is contained in:
parent
164e3e33b4
commit
e61f1bb158
@ -1573,7 +1573,7 @@ public class QueryManagerImpl extends ManagerBase implements QueryService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (haHosts != null && haTag != null && !haTag.isEmpty()) {
|
if (haHosts != null && haTag != null && !haTag.isEmpty()) {
|
||||||
sc.setJoinParameters("hostTagSearch", "tag", haTag);
|
sc.setParameters("tag", haTag);
|
||||||
}
|
}
|
||||||
|
|
||||||
// search host details by ids
|
// search host details by ids
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user