mirror of https://github.com/apache/cloudstack.git
merge changes
This commit is contained in:
parent
beee7aac2c
commit
49c77cf0cf
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue