Comment 3 for bug 1520620

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/liberty)

Reviewed: https://review.openstack.org/268837
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=a494097d25219f288bf8e77b1c61a33748ffb720
Submitter: Jenkins
Branch: stable/liberty

commit a494097d25219f288bf8e77b1c61a33748ffb720
Author: David Moreau Simard <email address hidden>
Date: Thu Nov 26 17:27:34 2015 -0500

    Install yum-plugin-priorities on RHEL-derivatives

    RDO provides all of the OpenStack services, clients, libs and their
    dependencies self-contained in it's repositories.
    We have had users that were impacted by sudden updates from EPEL
    when it was enabled because EPEL provided a more up-to-date version.
    Packages may also be found in both the delorean and delorean-deps
    repositories. yum-plugin-priorities will ensure the right package
    candidates are chosen for installation.

    Change-Id: I043ec1f60381dc7f5baab5f320ed5f1edde8ae82
    Related-bug: https://bugzilla.redhat.com/show_bug.cgi?id=1284978
    Closes-bug: #1520620
    (cherry picked from commit a9d570695adc4ba52310d9bc878e150adf1e447b)