Comment 2 for bug 1310966

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/89580
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=625e48f82b5c7f1d55641b4207afd85b0b798cc2
Submitter: Jenkins
Branch: master

commit 625e48f82b5c7f1d55641b4207afd85b0b798cc2
Author: Dan Smith <email address hidden>
Date: Tue Apr 22 06:59:43 2014 -0700

    Fix migrate_instance_*() using DB for floating addresses

    This fixes the network api's migrate_instance_start() and
    migrate_instance_finish() methods that are still hitting the database
    directly for an oddball call to get a list of floating addresses.

    Change-Id: Ia310e31d31aaf5c979e41c64af8223202a18e03a
    Closes-bug: #1310966