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 014554928f
commit ba38d4d4f2
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;