CLOUDSTACK-2387:Addition/Deletion of a VLAN Range from UI calls updateTrafficType API which makes all networklabels as undefined which finally results in failure to deploy VMs

This commit is contained in:
Pranav Saxena 2013-05-08 17:07:46 +05:30
parent 76e8afa24f
commit 305f3cb8a5
1 changed files with 0 additions and 3 deletions

View File

@ -1066,10 +1066,7 @@
dataType: "json",
success: function(json) {
var jobId = json.updatephysicalnetworkresponse.jobid;
var trafficType = getTrafficType(selectedPhysicalNetworkObj, 'Guest');
updateTrafficLabels(trafficType, args.data, function() {
args.response.success({ _custom: { jobId: jobId }});
});
},
error:function(json){