mirror of https://github.com/apache/cloudstack.git
bug 13943: deployVM wizard - select network step - get network offerings - pass specifyvlan=false
This commit is contained in:
parent
9f59ad15d5
commit
b068b7ae83
|
|
@ -318,7 +318,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
var apiCmd = "listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled";
|
||||
var apiCmd = "listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled&specifyvlan=false";
|
||||
var array1 = [];
|
||||
|
||||
if(physicalNetworkObjs != null && physicalNetworkObjs.length > 1) { //multiple physical networks
|
||||
|
|
|
|||
Loading…
Reference in New Issue