Comment 35 for bug 1563038

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

Reviewed: https://review.openstack.org/324660
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=10ad2886e1c970cd56b59e5adc6cefe1a206422d
Submitter: Jenkins
Branch: master

commit 10ad2886e1c970cd56b59e5adc6cefe1a206422d
Author: Niall Bunting <email address hidden>
Date: Thu Jun 2 16:32:28 2016 +0000

    Add upper constraints to glanceclient

    This will force pip install to use the upper-constraints.txt specified
    version of pip modules. When you don't do this, you are out on the
    bleeding edge and become unstable everytime some python library in the
    world changes in a way that you don't expect.

    The script is needed because it cleans up the conflicting entry that
    corresponds to the client before applying it to source based installation.

    Change-Id: I8f168fde04bf9e421d9a39e91a041512bf4f2b79
    Closes-Bug: 1563038