VPC: CS-15811 - removed Netscaler from the list of supported providers in VPC

This commit is contained in:
Alena Prokharchyk 2012-08-01 16:46:29 -07:00
parent b92d2336ad
commit a4c52d41e8
1 changed files with 0 additions and 1 deletions

View File

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