merge changes

This commit is contained in:
Alex Huang 2010-12-07 08:42:43 -08:00
parent beee7aac2c
commit 49c77cf0cf
1 changed files with 1 additions and 1 deletions

View File

@ -1074,7 +1074,7 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura
throw new CloudRuntimeException("No default DirectPodBased network offering is found");
}
List<NetworkVO> networks = _networkMgr.setupNetworkConfiguration(systemAccount, networkOffering.get(0), userNetwork, plan, null, null, true);
List<NetworkVO> networks = _networkMgr.setupNetwork(systemAccount, networkOffering.get(0), userNetwork, plan, null, null, true);
if (networks == null || networks.isEmpty()) {
txn.rollback();