Comment 2 for bug 1250580

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

Reviewed: https://review.openstack.org/56075
Committed: http://github.com/openstack/nova/commit/85332012dede96fa6729026c2a90594ea0502ac5
Submitter: Jenkins
Branch: master

commit 85332012dede96fa6729026c2a90594ea0502ac5
Author: Davanum Srinivas <email address hidden>
Date: Tue Nov 12 13:25:42 2013 -0500

    Cache Neutron Client for Admin Scenarios

    Store a thread local copy of Neutron client for use with admin
    tokens, this will prevent excessive calls to keystone to mint
    new tokens and will enable reuse of the already set up client
    for subsequent calls in this thread.

    Change-Id: I6346281ca3516c31b195ce71942786d724e5e9df
    Closes-Bug: #1250580