Comment 2 for bug 1352141

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

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

commit c34840e50d0bf60b4e60bbbcbc178aef83e0e7ad
Author: Chris Yeoh <email address hidden>
Date: Mon Aug 4 15:21:26 2014 +0930

    Handle FloatingIpPoolNotFound exception in floating ip creation

    If an invalid pool is specified when creating a floating ip
    with neutron as the backend a FloatingIpPoolNotFound exception
    can be raised. This change handles the exception at the API level.

    Change-Id: Iac46d86a11f2c1da0ed7e7861cdb87fd4d4b4c6c
    Closes-Bug: 1352141