mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1572: Remove references to netscalar vpc provider. NetworkElement is not implemented yet
This commit is contained in:
parent
a8b5440bf4
commit
99066060cd
|
|
@ -138,7 +138,6 @@ public interface Network extends ControlledEntity, StateObject<Network.State>, I
|
|||
// NiciraNvp is not an "External" provider, otherwise we get in trouble with NetworkServiceImpl.providersConfiguredForExternalNetworking
|
||||
public static final Provider NiciraNvp = new Provider("NiciraNvp", false);
|
||||
public static final Provider MidokuraMidonet = new Provider("MidokuraMidonet", true);
|
||||
public static final Provider VPCNetscaler = new Provider("VPCNetscaler", true);
|
||||
|
||||
private String name;
|
||||
private boolean isExternal;
|
||||
|
|
|
|||
|
|
@ -1164,7 +1164,6 @@ public class VpcManagerImpl extends ManagerBase implements VpcManager{
|
|||
if (vpcElements == null) {
|
||||
vpcElements = new ArrayList<VpcProvider>();
|
||||
vpcElements.add((VpcProvider)_ntwkModel.getElementImplementingProvider(Provider.VPCVirtualRouter.getName()));
|
||||
vpcElements.add((VpcProvider)_ntwkModel.getElementImplementingProvider(Provider.VPCNetscaler.getName()));
|
||||
}
|
||||
|
||||
if (vpcElements == null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue