Comment 5 for bug 1065899

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

Reviewed: https://review.openstack.org/16710
Committed: http://github.com/openstack/nova/commit/85a8bc285131bdc179e884b7b8a5b1e43206a1be
Submitter: Jenkins
Branch: stable/folsom

commit 85a8bc285131bdc179e884b7b8a5b1e43206a1be
Author: TianTian Gao <gtt116@126.com>
Date: Fri Oct 12 17:37:05 2012 +0800

    Used instance uuid rather than id in remove-fixed-ip

    remove-fixed-ip called db method fixed_ip_get_by_instance. but
    fixed_ip_get_by_instance use instance uuid not id, so change to
    uuid in remove-fixed-ip.

    Fixed bug: #1065899

    Change-Id: Ic7526c7e91933424c04be9bb91d4a98cfedd9b01
    (cherry picked from commit 66521a1571f0922f791ae7f405129fb99b870f38)