Comment 9 for bug 1399788

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

Reviewed: https://review.openstack.org/147413
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=9b1df576342e2151df4b6e8daec3ccb72abc238a
Submitter: Jenkins
Branch: master

commit 9b1df576342e2151df4b6e8daec3ccb72abc238a
Author: venkata anil <email address hidden>
Date: Thu Jan 15 07:38:22 2015 +0000

    neutron should log user_name and project_name by default like in nova

    neutron doesn't log user_name and project_name along side req-id in
    devstack logs. So, Openstack jenkins neutron check and gate jobs also
    not logging user_name and project_name along side req-id.
    Without knowing the user and tenant, its hard to understand what the
    logs are doing when multiple tenants are using the cloud.

    Nova is logging user_name and project_name by default.
    So porting the same changes to neutron.

    Change-Id: I10eac2e4177a898e9bcc60c08f3bd39a2ec9f31b
    Closes-Bug: #1399788