Comment 5 for bug 989746

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

Reviewed: https://review.openstack.org/20642
Committed: http://github.com/openstack/nova/commit/5640dab952b13a4ff7864a74d103e3d14b736b9e
Submitter: Jenkins
Branch: master

commit 5640dab952b13a4ff7864a74d103e3d14b736b9e
Author: Frederic Lepied <email address hidden>
Date: Mon Jan 28 22:16:54 2013 +0100

    Stub additional FloatingIP methods in FlatManager

    Fixes bug #989746.

    Added some stub methods for floating ip allocation in FlatManager in
    order to prevent exceptions from being raised when they are called.

    Changed get_floating_ip_by_address() in FlatManager to return a dict
    with expected keys for a floating ip, rather than None.

    Updated patch from Andrew Laski and added unit tests.

    Change-Id: I4ee1f5cf986b6f3411605aae5c1bc4e8cc2377b1