Comment 2 for bug 1726736

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

Reviewed: https://review.openstack.org/514810
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=dd473ce7ecb2636ec0a06d31c6211ee113fa2840
Submitter: Zuul
Branch: master

commit dd473ce7ecb2636ec0a06d31c6211ee113fa2840
Author: Colleen Murphy <email address hidden>
Date: Tue Oct 24 21:54:14 2017 +0200

    Remove "no auth token" debug log

    When things go badly and we turn on debug logs, we start seeing this
    message about a missing auth token for every auth request. To the
    untrained eye, it looks like the culprit when you are debugging auth
    problems. In reality, it usually just means the initial POST
    /auth/tokens request was sent, which does not include the X-Auth-Token
    header. This log adds more confusion than clarify, so this patch removes
    itin favor of a code comment.

    Change-Id: I4657523a170607d664b73ac1f1ab44d7f1460b33
    Closes-bug: #1726736