From a5772425ff417666a931223722da742e562b511d Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 7 Dec 2011 10:58:03 -0800 Subject: [PATCH] cloudStack 3.0 new UI - VM wizard - step 5 - create new network - network offering dropdown - populate only isolated networks with sourceNat. --- 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 77618026f52..99d92b347b9 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -338,7 +338,7 @@ }); $.ajax({ - url: createURL("listNetworkOfferings"), + url: createURL("listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled"), //get the network offering for isolated network with sourceNat dataType: "json", async: false, success: function(json) {