Comment 16 for bug 1810690

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

Reviewed: https://review.openstack.org/629408
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=5b925ef7bb3549a97ae8ee4ef5d66a08fced7154
Submitter: Zuul
Branch: master

commit 5b925ef7bb3549a97ae8ee4ef5d66a08fced7154
Author: Bogdan Dobrelya <email address hidden>
Date: Tue Jan 8 17:44:10 2019 +0200

    Fix comparing dictionaries for changes detection

    Non-unicode and unicode dicts cannot be compared.
    That makes paunch failing to detect config changes and
    rebuilding containers w/o a need.

    Change-Id: Ie2db16b982bf1851ab37c3514c1bc82cfc64d0b3
    Closes-Bug: #1810690
    Signed-off-by: Bogdan Dobrelya <email address hidden>