Comment 2 for bug 1429165

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

Reviewed: https://review.openstack.org/162183
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=1bfbe3be25b40df403c2bf332ef60a0c6a0f2884
Submitter: Jenkins
Branch: master

commit 1bfbe3be25b40df403c2bf332ef60a0c6a0f2884
Author: Andy McCrae <email address hidden>
Date: Fri Mar 6 15:08:34 2015 +0000

    Ensure get-pip.py is retrieved properly

    Without force: "yes" the get_url module will only retrieve the file if
    the destination doesn't exist. This causes issues if, for example, the
    get-pip.py exists but is empty (due to an issue), or if the get-pip.py
    is updated at some point.

    Change-Id: I9d6933c837e0e38d51dfb57a3eddd1ca461e0723
    Closes-Bug: #1429165