Comment 3 for bug 1402577

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

Reviewed: https://review.openstack.org/164091
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=0d689871b4d8c060e1d48a9472449f3d670333bb
Submitter: Jenkins
Branch: master

commit 0d689871b4d8c060e1d48a9472449f3d670333bb
Author: Dean Troyer <email address hidden>
Date: Fri Sep 5 02:00:36 2014 -0500

    Fix session timing

    Subclass keystoneclient.session.Session to add the timing hooks to
    record the elapsed time returned by requests.Response objects, including
    the redirection history. Redirects are included individually and not
    rolled into the total time for the original request.

    This works for all clients that use OSC's session.

    Closes-Bug: #1402577
    Change-Id: I9360c90c151579b89a37edb8c11c17feb15b3cb9