From 69bd704bc9d75a8f6e3710f3e70268e1a49a0e18 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 22 Feb 2012 16:57:45 -0800 Subject: [PATCH] bug 13943: deployVM wizard - select network step - get network offerings - pass specifyvlan=false [reviewed-by: Brian] --- 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 bea5a43f511..f79df3545e9 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -318,7 +318,7 @@ } }); - var apiCmd = "listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled"; + var apiCmd = "listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled&specifyvlan=false"; var array1 = []; if(physicalNetworkObjs != null && physicalNetworkObjs.length > 1) { //multiple physical networks