Updated Branches: refs/heads/hyperv 96b670a51 -> 8ea066838
Remove the hard coded path in the agent code. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8ea06683 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8ea06683 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8ea06683 Branch: refs/heads/hyperv Commit: 8ea06683823cc3ecc1057ea5d2ab18d4badf51a2 Parents: 96b670a Author: Devdeep Singh <[email protected]> Authored: Fri Nov 1 13:31:25 2013 +0530 Committer: Devdeep Singh <[email protected]> Committed: Fri Nov 1 13:31:25 2013 +0530 ---------------------------------------------------------------------- .../ServerResource/HypervResource/HypervResourceController.cs | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8ea06683/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs index eb8834f..ed3736b 100644 --- a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs +++ b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs @@ -196,10 +196,6 @@ namespace HypervResource try { string vmName = (string)cmd.vmName; - // TODO: remove absolute path - string isoPath = "\\\\10.102.192.150\\SMB-Share\\202-2-305ed1f7-1be8-345e-86c3-a976f7f57f10.iso"; - wmiCallsV2.AttachIso(vmName, isoPath); - result = true; } catch (Exception sysEx)
