Comment 32 for bug 1708115

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tripleoclient (stable/pike)

Reviewed: https://review.openstack.org/500752
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=b1a22aeaa80f532720d0cff9da4a604bd8162438
Submitter: Jenkins
Branch: stable/pike

commit b1a22aeaa80f532720d0cff9da4a604bd8162438
Author: Marius Cornea <email address hidden>
Date: Thu Aug 31 11:39:16 2017 +0200

    Convert step to integer in when statement for upgrade tasks

    Currently the when conditionals in the upgrade tasks aren't evaluated
    correctly and as a result the upgrade tasks are skipped. This change
    converts the step variable in the when statement to an integer to get
    it evaluated properly.

    Related-Bug: 1708115
    Change-Id: I4ee1a2729d74442570f1b1f38b0d03a95ea7793f
    (cherry picked from commit 53f79082ca89937cf5997e62f472f436cf886884)