Comment 2 for bug 1636150

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

Reviewed: https://review.openstack.org/390582
Committed: https://git.openstack.org/cgit/openstack/faafo/commit/?id=9fe9c95be0ca361e09e4a54982229c7044660bde
Submitter: Jenkins
Branch: master

commit 9fe9c95be0ca361e09e4a54982229c7044660bde
Author: Martin Paulo <email address hidden>
Date: Tue Oct 25 16:40:32 2016 +0200

    Added fix required to run on Ubuntu 14.04

    When run with the NeCTAR Ubuntu 14.04 image the pip install of
    the requirements.txt file fails because:

    * pbr is already installed, and is an earlier version that that required
    * there are other python packages required that are not installed.

    This fix uses pip to upgrade the pbr version installed, and adds
    the required packages to the requirments.txt file.

    Closes-Bug: #1636150
    Change-Id: I2b5a3988cfbaa1c2b6feec0a3e18dec805fcfb83