Comment 3 for bug 1210598

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

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

commit 8cd0a4120649d7dfa067731c7018afcfa5c7f833
Author: Chris Yeoh <email address hidden>
Date: Fri Sep 27 17:27:18 2013 +0930

    Handle IpAddressGenerationClient neutron

    Handles IpAddressGenerationClient neutron exception which
    can occur when allocating a floating ip fails because
    the pool has been exhausted. Convert the exception
    to a nova NoMoreFloatingIps exception which will be handled
    by the api layer and converted to a 404.

    Change-Id: Ib5320a13b5cc0c493ef0763d0e2b4575dc699bdf
    Partial-Bug: 1210598