Control traffic type is not tight to the physical network

This commit is contained in:
Alena Prokharchyk 2012-01-12 15:42:18 -08:00
parent af667d26b7
commit c0f87a25fd

View File

@ -4322,9 +4322,6 @@ public class NetworkManagerImpl implements NetworkManager, NetworkService, Manag
//add security group provider to the physical network
addDefaultSecurityGroupProviderToPhysicalNetwork(pNetwork.getId());
//add control traffic type
addTrafficTypeToPhysicalNetwork(pNetwork.getId(), TrafficType.Control.toString(), null, null, null, null, null);
txn.commit();
return pNetwork;
} catch (Exception ex) {