mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
cloudStack 3.0 new UI - instance wizard - select network step - fix a bug that network container was empty when trying to deploy 2nd VM.
This commit is contained in:
parent
9d523abb97
commit
49ecd42a74
@ -268,7 +268,7 @@
|
||||
for (var i = 0; i < networks.length; i++) {
|
||||
if (networks[i].type == 'Isolated') {
|
||||
//loop through
|
||||
var sourceNatObj = ipFindNetworkServiceByName("SourceNat", networkObj);
|
||||
var sourceNatObj = ipFindNetworkServiceByName("SourceNat", networks[i]);
|
||||
if(sourceNatObj != null) {
|
||||
virtualNetwork = networks[i];
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user