mirror of https://github.com/apache/cloudstack.git
bug 13943: deployVM wizard - select network step - get network offerings - pass specifyvlan=false [reviewed-by: Brian]
This commit is contained in:
parent
7333dc268d
commit
69bd704bc9
|
|
@ -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