Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/587#discussion_r34770678 --- Diff: systemvm/patches/debian/buildsystemvm.sh --- @@ -375,8 +375,10 @@ packages() { chroot . apt-get --no-install-recommends -q -y --force-yes install open-vm-tools #xenstore utils chroot . apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0 - #keepalived and conntrackd - chroot . apt-get --no-install-recommends -q -y --force-yes install keepalived conntrackd ipvsadm libnetfilter-conntrack3 libnl1 + #keepalived - install version 1.2.13 from wheezy backports + chroot . apt-get --no-install-recommends -q -y --force-yes -t wheezy-backports install keepalived --- End diff -- discussed with @wilderrodrigues : will add a note in this PR that this file is being phased out
--- 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. ---