mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix listsecuritygroup
This commit is contained in:
parent
bfc420f22e
commit
c93abe014c
@ -103,6 +103,7 @@ public class DataCenterDaoImpl extends GenericDaoBase<DataCenterVO, Long> implem
|
||||
@Override
|
||||
public List<DataCenterVO> listSecurityGroupEnabledZones() {
|
||||
SearchCriteria<DataCenterVO> sc = securityGroupSearch.create();
|
||||
sc.setParameters("isSgEnabled", true);
|
||||
return listBy(sc);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user