GitHub user sverrirab opened a pull request: https://github.com/apache/cloudstack/pull/1533
Convert patchviasocket to python (removes perl dependency for KVM agent) As requested here: https://github.com/apache/cloudstack/pull/1495 No scripts are using perl so that install requirement can be removed. The new scripts are using standard python packages only. Includes extensive unit test. Note: perl-modules requirement is missing (fixed in mentioned PR) so do not merge that onto master. You can merge this pull request into a Git repository by running: $ git pull https://github.com/greenqloud/cloudstack pr-patchviasocket-convert-to-python Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1533.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1533 ---- commit 3d8f74f9bc5e6cc3c6170c2320628ce2a2ce532a Author: Sverrir A. Berg <sver...@greenqloud.com> Date: 2016-05-03T15:17:59Z Convert patchviasocket to python (removes perl dependency for KVM agent) As requested here: https://github.com/apache/cloudstack/pull/1495 No scripts are using perl so that install requirement can be removed. The new scripts are using standard python packages only. Includes extensive unit test. ---- --- 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. ---