Comment 9 for bug 1582272

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

Reviewed: https://review.openstack.org/358641
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=00901b047190f92035db8000a226852a7614080e
Submitter: Jenkins
Branch: stable/mitaka

commit 00901b047190f92035db8000a226852a7614080e
Author: Frank Zhang <email address hidden>
Date: Wed Aug 3 21:44:18 2016 +0000

    Print remaining tasks on failed upgrade correctly

    run-upgrade.sh is designated to re-run from the place
    where it failed. Previous behavior is to print entire tasks list
    when failures happen. Printing tasks that successfully
    completed is not desired. The new update will only show leftover
    tasks for the users debugging.

    Change-Id: I2e33c43d55696bb91cb40ff590e167546f5f6d18
    Closes-Bug:1582272
    (cherry picked from commit 619b40c35102964e1a861dd473e7635d2eb7b642)