for now keep supportELB for virtualized as public instead of false

This commit is contained in:
Chiradeep Vittal 2011-08-09 01:09:14 -07:00
parent 179368ea32
commit e466f49fc6
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 = "false";
String supportELB = "public";
List<DataCenterVO> dc = _dcDao.listSecurityGroupEnabledZones();
if (dc != null && !dc.isEmpty()) {
securityGroupsEnabled = true;