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 db489d018a
commit 41655c0395
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,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);