Comment 5 for bug 1559619

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible (liberty)

Reviewed: https://review.openstack.org/297037
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=3183826b1e5a59d39210ea5e9ccb321a737dca05
Submitter: Jenkins
Branch: liberty

commit 3183826b1e5a59d39210ea5e9ccb321a737dca05
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 24 11:01:32 2016 +0000

    Ensure that wheel version used matches upper-constraints

    The upper-constraint for the 'wheel' package is 0.26.0, but
    I61795b3afb4804060d494a08975c10adcf52f468 set the wheel version
    OSA uses to a higher version than that.

    This causes an issue where the repo-server install may fail
    because it can't find a version of wheel to install that meets
    the requirements of <0.26.0,==0.29.0

    Change-Id: Iec25d126b3274b5116101e2c55123a960dace6f8
    Related-Bug: 1559619