VPC: When Netscaler is LB provider for the VPC, the VpcVirtualRouter can't provide LB services

This commit is contained in:
Alena Prokharchyk 2013-05-10 11:03:34 -07:00
parent 80dd9f28c5
commit f12ac95a56
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ public class VpcManagerImpl extends ManagerBase implements VpcManager, VpcProvis
if (svc == Service.Lb) {
Set<Provider> lbProviders = new HashSet<Provider>();
lbProviders.add(Provider.Netscaler);
lbProviders.add(Provider.VPCVirtualRouter);
lbProviders.add(Provider.InternalLbVm);
svcProviderMap.put(svc, lbProviders);
} else {
svcProviderMap.put(svc, defaultProviders);