Comment 2 for bug 1355882

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

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

commit d449b5d8556e67be08e016c94f9b1c523a69ce7e
Author: Salvatore Orlando <email address hidden>
Date: Tue Aug 12 08:14:16 2014 -0700

    Neutron v2 API: fix get_floating_ip_pools

    Commit 7254f9b9dfbadadeb3aeda5d02bf37bfeb65e72d changed this method
    in nova.network.api in a way that it now returns simply a list of
    floating ip pool names, rather a list of dicts in the form

    {'name': 'pool_name'}

    The implementation of get_floating_ip_pools for neutron needs to
    be changed accordingly. Otherwise nova's floating ip extension
    will return a dict as floating ip pool names when neutron is enabled.

    Change-Id: I27001c9f17dad4dc4ca8cd032e689736553d8225
    Closes-Bug: #1355882