bug 11072: one more

This commit is contained in:
Chiradeep Vittal 2011-08-10 22:04:21 -07:00
parent 375da4da1a
commit b33f08053c
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ public class ElasticLoadBalancerManagerImpl implements
cmd.lbStatsUri = _configDao.getValue(Config.NetworkLBHaproxyStatsUri.key());
cmd.lbStatsAuth = _configDao.getValue(Config.NetworkLBHaproxyStatsAuth.key());
cmd.lbStatsPort = _configDao.getValue(Config.NetworkLBHaproxyStatsPort.key());
cmd.lbStatsIp = elbVm.getGuestIpAddress();
cmds.addCommand(cmd);
}