Comment 4 for bug 1508236

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

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

commit c358586cce98020477461e1d6edd11d1330af287
Author: Steven Dake <email address hidden>
Date: Tue Oct 20 19:48:07 2015 -0400

    Make Ceph install from Source on RPM

    Ceph doesnt install from source on RPM because Ceph pulls in
    python-requests. This causes a cpio error during unpacking
    because requests is installed in the base image. A simple
    workaround is to remove in the nova-compute container which
    is the only container this conflict occurs within.

    backport: liberty

    Change-Id: I493900854a53c98f1a5cb6478675a18feceefea5
    Closes-Bug: #1508236
    (cherry picked from commit 194bb93ff26cfda92ff79742d361350a353ecacd)