Comment 3 for bug 1460886

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

Reviewed: https://review.openstack.org/187442
Committed: https://git.openstack.org/cgit/stackforge/kolla/commit/?id=962e48970a719c893ed44bfc948d1f8370e6679a
Submitter: Jenkins
Branch: master

commit 962e48970a719c893ed44bfc948d1f8370e6679a
Author: Steven Dake <email address hidden>
Date: Mon Jun 1 20:15:55 2015 -0700

    Make crux compatible with delorean packaging

    The previous version of crus 6-1 installed pbr hooks. This is
    incompatible with CentOS RDO. Remove the requirements.txt file
    from the RPM that is installed. This required placing the files
    in a new COPRS repository. Since Lars no longer contributes to
    Kolla, I imported his src rpm, made the necessary adjustments,
    and created a new COPRS repo for it.

    The result of the PBR hooks is that any container that ran crux
    would fail with a distribution error about argparse not being
    present when it was present.

    Change-Id: Ibdbccd9e0dd5aeb6d6292bd633b9d2dde8c7b4ce
    Closes-bug: #1460886