Comment 36 for bug 1596620

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (stable/mitaka)

Reviewed: https://review.openstack.org/342021
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=4da3e98601b74852c61ee649eacff0bf1af3dee2
Submitter: Jenkins
Branch: stable/mitaka

commit 4da3e98601b74852c61ee649eacff0bf1af3dee2
Author: Jean-Philippe Evrard <email address hidden>
Date: Sat Jul 9 15:37:35 2016 +0100

    Removed the default pip install options from upgrade.sh

    Instead of forcing to reinstall pip packages during an upgrade, we
    should instead make sure the environment always have the latest pip
    package version.

    This commit is part of a group of commits to ensure latest pip packages
    are installed in the venv (cf. topic pip-install-latest on gerrit) for
    the standard playbooks, and remove the options used by default in the
    upgrade script (pip_install_options=--force-reinstall)

    Closes-Bug: 1596620

    Change-Id: I9ce478217d806fe04a2fc25be4cd42a875a6ffa2
    Signed-off-by: Jean-Philippe Evrard <email address hidden>
    (cherry picked from commit d3121477179fe12a1aa2b2d4ffde4b12e4924367)