Comment 16 for bug 1361230

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

Reviewed: https://review.openstack.org/120829
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=57495f934b7a6617ea0faf1856a53285175e4c5b
Submitter: Jenkins
Branch: master

commit 57495f934b7a6617ea0faf1856a53285175e4c5b
Author: Matt Riedemann <email address hidden>
Date: Thu Sep 11 08:52:04 2014 -0700

    Sync jsonutils for namedtuple_as_object fix

    This is to pull in the fix for bug 1361230 which was introduced
    with a prior sync of jsonutils.

    strutils is pulled in as a dependency but also fixes an
    unrelated bug 1345233.

    Changes:

    jsonutils
    ---------
    d9060f6 Check for namedtuple_as_object support before using it

    strutils
    --------
    66142c3 Make strutils.mask_password more secure

    Change-Id: I9bd2e5f93c2684203487627f64f70d5da7b13586
    Closes-Bug: #1361230
    Partial-Bug: #1345233