Comment 5 for bug 1308171

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

Reviewed: https://review.openstack.org/141188
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=806312a09933e6be0ee6f4f07dff01caf2345cdf
Submitter: Jenkins
Branch: master

commit 806312a09933e6be0ee6f4f07dff01caf2345cdf
Author: Clif Houck <email address hidden>
Date: Thu Dec 11 18:28:58 2014 -0600

    Cache ironic-client in ironic driver

    Cache the ironic-client in the IronicClientWrapper instead of constructing
    a new ironic-client for every relevant call in the ironic driver. This
    should reduce overhead for subsequent calls the driver makes to the
    ironic client.

    Change-Id: Ia1ffcd6027952db7f564cc189b2ac61f88b8c715
    Closes-Bug: #1308171