Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1093#issuecomment-158050587 @resmo: that file is used by HyperV. I have refactored it and removed the files that have to be removed. Have a look at PR #1084 It was difficult to find because the HyperV Resource had the files all hard-coded. The change I made is like: ``` final String command = String.format("%s%s %s", "/root/", VRScripts.DHCP, args); ``` Cheers, Wilder
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---