mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user