Comment 3 for bug 1032177

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

Reviewed: https://review.openstack.org/10712
Committed: http://github.com/openstack/nova/commit/143b4671cce2a0996018509f6ce38c0902acde09
Submitter: Jenkins
Branch: master

commit 143b4671cce2a0996018509f6ce38c0902acde09
Author: Ray Sun <email address hidden>
Date: Thu Aug 2 21:13:33 2012 +0800

    Fix regression with nova-manage floating list

    Fixes bug #1032177

    If a floating IP is not associated with an instance, nova-manage fails
    with:

      local variable 'instance_uuid' referenced before assignment

    This is a regression introduced by commit fc82c6d. Simply rename
    the local variable to instance_uuid.

    Change-Id: Ia6df23c945f0815c65bcfd2f49e8ba3225d03d7f