Comment 3 for bug 1253074

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (stable/havana)

Reviewed: https://review.openstack.org/57439
Committed: http://github.com/stackforge/designate/commit/fa9e9a1d53bb14b1438dce78dcc9019a09dd8c2c
Submitter: Jenkins
Branch: stable/havana

commit fa9e9a1d53bb14b1438dce78dcc9019a09dd8c2c
Author: Graham Hayes <email address hidden>
Date: Wed Nov 20 12:51:18 2013 +0000

    Added a check for HTTP_X_IDENTITY_STATUS

    If keystone is configured to run in 'delay_auth_decision' mode it will
    pass the token, along with the HTTP header X-Identity-Status set to
    'Invalid'. This check for this, and returns a 401

    Change-Id: Ib57ccd1f40ecca0f05197f1b4677eb3e3cd24969
    Closes-Bug: #1253074