Comment 2 for bug 1728915

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

Reviewed: https://review.openstack.org/516643
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=8d024ff4000aaffd7841ef76f010e211cb457f79
Submitter: Zuul
Branch: master

commit 8d024ff4000aaffd7841ef76f010e211cb457f79
Author: Alfredo Moralejo <email address hidden>
Date: Tue Oct 31 13:06:31 2017 +0100

    Switch to python-cffi for rpm based distros

    Note that latest version of python-cffi is provided
    from CentOS base and is python-cffi instead of python2-cffi.

    According to CentOS/RDO packaging rules, all python2-XXX
    packages has a provides on python-XXX, so when installing
    it, python-XXX should always be used as it will install the
    right package.

    Change-Id: Ie30901c64993a6031278812e5072046a50371b3d
    Closes-Bug: #1728915