mirror of https://github.com/apache/cloudstack.git
cloudStack 3.0 new UI - NaaS - Guest - create network - correct parameter name passed to API call.
This commit is contained in:
parent
2c8c240e10
commit
a5e78d01fa
|
|
@ -467,7 +467,7 @@
|
|||
if(args.scope == "zone-wide" || args.scope == "domain-specific")
|
||||
apiCmd = "listNetworkOfferings&guestiptype=Shared";
|
||||
else //args.scope == "account-specific"
|
||||
apiCmd = "listNetworkOfferings&guestiptype=Isolated&sourcenatEnabled=false";
|
||||
apiCmd = "listNetworkOfferings&guestiptype=Isolated&sourcenatsupported=false";
|
||||
$.ajax({
|
||||
url: createURL(apiCmd),
|
||||
dataType: "json",
|
||||
|
|
|
|||
Loading…
Reference in New Issue