From a12f30e5394ef81ffc7dd2dd0789affe2e5cd4c3 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 23 Feb 2012 17:18:22 -0800 Subject: [PATCH] bug 13971: deployVM wizard - select network step - pass new API parameter zoneId to listNetworkOfferings API. --- ui/scripts/instances.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 30521f20169..fae4e7a14e5 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -306,7 +306,7 @@ }); - var apiCmd = "listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled&specifyvlan=false"; + var apiCmd = "listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled&specifyvlan=false&zoneid=" + args.currentData.zoneid ; var array1 = []; var guestTrafficTypeTotal = 0;