Comment 2 for bug 1496104

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

Reviewed: https://review.openstack.org/223843
Committed: https://git.openstack.org/cgit/openstack/trove-integration/commit/?id=91a56b2de98062ba7705879862ec74bf4fdd2476
Submitter: Jenkins
Branch: master

commit 91a56b2de98062ba7705879862ec74bf4fdd2476
Author: Peter Stachowski <email address hidden>
Date: Tue Sep 15 21:31:00 2015 +0000

    Fix install - update list of oslo libraries

    devstack now validates that libraries installed using LIBS_FROM_GIT are
    actually installed correctly. This is causing install to fail with an
    error:

    [ERROR] /home/ubuntu/devstack/inc/python:178 The following LIBS_FROM_GIT
    were not installed correct: python-ceilometerclient python-saharaclient
    cookiecutter oslo-cookiecutter oslosphinx oslotest oslo.version
    pylockfile hacking pyCADF

    The happens because the list of oslo libraries in localrc.rc is out of
    date and needed updating. This has been done.

    The Sahara client library is also not installed by devstack anymore, and
    was removed.

    The default flag to load libraries and clients from git was switched to
    false as well, to insulate from further changes. These can be turned
    on again using either options.rc or ~/.redstack.options.rc where needed.

    Change-Id: I365f99356dd03562c30f674b843322ae5a2f0a6a
    Closes-Bug: #1496104