Comment 4 for bug 1150299

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

Reviewed: https://review.openstack.org/23729
Committed: http://github.com/openstack/keystone/commit/9e0a97d426165842617e55fe74341d06526f9d1e
Submitter: Jenkins
Branch: stable/folsom

commit 9e0a97d426165842617e55fe74341d06526f9d1e
Author: Vishvananda Ishaya <email address hidden>
Date: Tue Mar 19 16:07:07 2013 -0700

    Retry http_request and json_request failure.

    Temporary network outages or keystone server restarts can lead
    to a connection refused in auth_token middleware. Rather than
    failing immediately, this patch attempts to retry a few times.

    Fixes bug 1150299

    (pulled from python-keystoneclient commit
    9bb29b9dff4d220eaabf86cd286e651c5ae15b98)

    Change-Id: I2ecf0d7745290976efcb3e3cd6511817a53d3e0a