Comment 8 for bug 1320262

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

Reviewed: https://review.openstack.org/94548
Committed: https://git.openstack.org/cgit/openstack/os-collect-config/commit/?id=dc35d20358179e79d20f1fac0368eefd7d657e9d
Submitter: Jenkins
Branch: master

commit dc35d20358179e79d20f1fac0368eefd7d657e9d
Author: Clint Byrum <email address hidden>
Date: Wed May 21 01:02:05 2014 -0700

    Use json equality rather than raw text

    It turns out sometimes json will serialize differently given the same
    python structure. A check of the two parsed data structures will detect
    changes more reliably.

    Change-Id: Id165b36c0fa0fa89730c3507444a41c68bd70fb3
    Closes-Bug: #1320262