Comment 6 for bug 1867648

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/train)

Reviewed: https://review.opendev.org/713280
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=69158f678236a5cf62c74a6a64e0aabac42e05ea
Submitter: Zuul
Branch: stable/train

commit 69158f678236a5cf62c74a6a64e0aabac42e05ea
Author: Alex Schultz <email address hidden>
Date: Mon Mar 16 10:12:32 2020 -0600

    Change how we test for call

    It appears that there are json comparison issues for some versions <= py35
    so we need to check that the expected manifest matches in a different
    way to ensure compatibility between py27 and newer. Since we've dropped
    these versions of python in Ussuri, this only applies to older version.

    Change-Id: I011cb62850bb4f298f78a1cfede4e60044523be6
    Closes-Bug: #1867648
    (cherry picked from commit 23ec01dc3f9d16e1fe73c1bc96cb0983574098a6)