CLOUDSTACK-2171:Unable to Create a VM In the VMware Setup with the latest Master
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/76e8afa2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/76e8afa2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/76e8afa2 Branch: refs/heads/planner_reserve Commit: 76e8afa24fdbdf7d3132c5c5b90320f19bf7ddcb Parents: 53e4965 Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Wed May 8 17:05:36 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Wed May 8 17:05:36 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/76e8afa2/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index dc09ea8..2746e0d 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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){