cloudStack 3.0 new UI - NaaS - Guest - create network - correct parameter name passed to API call.

This commit is contained in:
Jessica Wang 2011-11-22 11:33:04 -08:00
parent 2c8c240e10
commit a5e78d01fa

View File

@ -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",