Comment 4 for bug 1164072

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

Reviewed: https://review.openstack.org/26877
Committed: http://github.com/openstack/nova/commit/a3cc7bc231d4da8469e163ccf276a5b95217bb15
Submitter: Jenkins
Branch: stable/grizzly

commit a3cc7bc231d4da8469e163ccf276a5b95217bb15
Author: Michael Still <email address hidden>
Date: Fri Apr 5 08:57:35 2013 +1100

    Fix error message in pre_live_migration.

    We are using locals() to reference a variable which doesn't exist
    in this error message. Also rename the instance variable while I
    am here to be more consistent with other uses.

    Resolves bug 1164072.

    Change-Id: I96f5e2a81ac2e97181c3e87df83e19b381f4bcd2
    (cherry picked from commit 676b16bfe5ff41eb28d782c888c17dae6bdff76a)