CLOUDSTACK-2171:Unable to Create a VM In the VMware Setup with the latest Master

This commit is contained in:
Pranav Saxena 2013-05-08 17:05:36 +05:30
parent 53e496517e
commit 76e8afa24f
1 changed files with 0 additions and 5 deletions

View File

@ -1018,12 +1018,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){