mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue