Comment 12 for bug 1247056

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

Reviewed: https://review.openstack.org/76795
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=cf181c1928f263c95ee5e46b168838e95c587881
Submitter: Jenkins
Branch: stable/havana

commit cf181c1928f263c95ee5e46b168838e95c587881
Author: Matthias Runge <email address hidden>
Date: Tue Feb 25 12:25:13 2014 +0100

    Reduce number of novaclient calls

    Currently, each client creates a new session for
    each call. This fix makes novaclient re-use
    sessions in the most obvoius cases.

    Conflicts:
     openstack_dashboard/api/nova.py

    Partial-Bug: #1247056

    Change-Id: Ie99ecb66304cf40e4f5fdd31fab5162ed11b863e
    (cherry picked from commit ddc479272f5402ff778c45892acc3ac7613b7c11)