cloudStack 3.0 new UI - VM wizard - step 5 - create new network - network offering dropdown - populate only isolated networks with sourceNat.

This commit is contained in:
Jessica Wang 2011-12-07 10:58:03 -08:00
parent 5d60ce3034
commit a5772425ff

View File

@ -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) {