Comment 4 for bug 1254530

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

Reviewed: https://review.openstack.org/58348
Committed: http://github.com/openstack/neutron/commit/4fd4d490ac1e12b2bf835949447d21b64c641616
Submitter: Jenkins
Branch: master

commit 4fd4d490ac1e12b2bf835949447d21b64c641616
Author: Maru Newby <email address hidden>
Date: Mon Nov 25 17:35:54 2013 +0000

    Fix format errors seen in rpc logging

    The previous commit for this bug didn't include the 'project_name'
    key in the context dict. The missing key was causing the amqp
    module to generate log formatting exceptions instead of normal
    log output.

    Separately, the context module itself was generating logging
    exceptions in the quantum service when logging was attempted
    before the context was fully initialized

    Change-Id: I0f4c6f5a6804442932c9b2bd409a258cfc2419ff
    Closes-Bug: #1254530
    Related-Bug: #1239923