bug 13965

Remove listPhysicalNetworks API altogether from network step
This commit is contained in:
Brian Federle 2012-02-23 13:46:58 -08:00 committed by Salvatore Orlando
parent 45051d7a9f
commit 50bb5704a8
1 changed files with 7 additions and 0 deletions

View File

@ -315,6 +315,7 @@
});
<<<<<<< HEAD
<<<<<<< HEAD
var apiCmd = "listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled&specifyvlan=false&zoneid=" + args.currentData.zoneid ;
var array1 = [];
@ -364,6 +365,12 @@
}
}
>>>>>>> ee6dc03... bug 13965
=======
var apiCmd = "listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled&specifyvlan=false";
var array1 = [];
var guestTrafficTypeTotal = 0;
>>>>>>> 3c61e20... bug 13965
$.ajax({
url: createURL(apiCmd + array1.join("")), //get the network offering for isolated network with sourceNat
dataType: "json",