cloudStack 3.0 new UI - basic zone - specify service provider name when trying to get service provider ID of VirtualRouter during zone creation.

This commit is contained in:
Jessica Wang 2011-11-29 10:57:01 -08:00
parent 7ea6082f22
commit 68c5559c3b
1 changed files with 2 additions and 2 deletions

View File

@ -2123,10 +2123,10 @@
if (result.jobstatus == 1) {
//alert("updatePhysicalNetwork succeeded.");
// get network service provider ID
// get network service provider ID of Virtual Router
var networkServiceProviderId;
$.ajax({
url: createURL("listNetworkServiceProviders&physicalNetworkId=" + physicalNetworkId),
url: createURL("listNetworkServiceProviders&name=VirtualRouter&physicalNetworkId=" + physicalNetworkId),
dataType: "json",
async: false,
success: function(json) {