change it back to false since ui now handles false

This commit is contained in:
Chiradeep Vittal 2011-08-10 10:20:45 -07:00
parent 2a7a698a64
commit 3f3c64025b
1 changed files with 1 additions and 1 deletions

View File

@ -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;