Comment 2 for bug 1568208

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

Reviewed: https://review.openstack.org/305296
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=acbf057d25390cf4adf48488908c9d5d35a55f10
Submitter: Jenkins
Branch: master

commit acbf057d25390cf4adf48488908c9d5d35a55f10
Author: Roman Podoliaka <email address hidden>
Date: Wed Apr 13 16:33:29 2016 +0300

    Fix generation of Guru Meditation Report

    Generation of a guru medidation report fails with TypeError when
    trying to serialize config group options. This is due to the fact,
    that I018c3a408a8903be8d006760994de6947fb91168 registers `barbican`
    options group incorrectly: an OptGroup instance is passed where a
    string name is expected (keystoneauth1 wraps the passed value
    into OptGroup unconditionally).

    A follow up change to oslo.config will make sure we fail early in
    case an incorrect value has been been passed to register_group().

    Change-Id: I4c57127c7bc0098000ad18ba7bab12fbc66d8ac0
    Closes-Bug: #1568208