mirror of https://github.com/apache/cloudstack.git
change it back to false since ui now handles false
This commit is contained in:
parent
2a7a698a64
commit
3f3c64025b
|
|
@ -4207,7 +4207,7 @@ public class ManagementServerImpl implements ManagementServer {
|
|||
|
||||
boolean securityGroupsEnabled = false;
|
||||
boolean elasticLoadBalancerEnabled = false;
|
||||
String supportELB = "public";
|
||||
String supportELB = "false";
|
||||
List<DataCenterVO> dc = _dcDao.listSecurityGroupEnabledZones();
|
||||
if (dc != null && !dc.isEmpty()) {
|
||||
securityGroupsEnabled = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue