mirror of https://github.com/apache/cloudstack.git
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:
parent
7ea6082f22
commit
68c5559c3b
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue