Comment 3 for bug 1037183

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

Reviewed: https://review.openstack.org/11435
Committed: http://github.com/openstack/nova/commit/ea54ad3dd2053404cb2fbbaa1a3613a5dece6345
Submitter: Jenkins
Branch: master

commit ea54ad3dd2053404cb2fbbaa1a3613a5dece6345
Author: Russell Bryant <email address hidden>
Date: Wed Aug 15 17:08:15 2012 -0400

    Fix use of non-existant var pool.

    This code was using pool, but this variable did not exist. It was
    erroneously removed in f50ce35c9cf2e05d205485586da1cb6d5433ba56.
    This patch fixes the bug, as well as introduces unit tests for this API
    that would have caught the problem.

    Part of bug 1037183.

    Change-Id: I0784aa314a0224198049dbcbe160084bdd1deee1