From a5e78d01fadc46bbe1359a2238716f72df03371c Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 22 Nov 2011 11:33:04 -0800 Subject: [PATCH] cloudStack 3.0 new UI - NaaS - Guest - create network - correct parameter name passed to API call. --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 00572f0112c..85f5a3c033b 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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",