Comment 2 for bug 1618187

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

Reviewed: https://review.openstack.org/362343
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c05751a556a9124969de991ae226380b41a56502
Submitter: Jenkins
Branch: master

commit c05751a556a9124969de991ae226380b41a56502
Author: Kevin Benton <email address hidden>
Date: Sat Aug 27 03:25:27 2016 -0700

    Catch InvalidInput in DHCP port actions

    The exception handler checking for concurrently deleted subnets
    was missing InvalidInput, which comes from IPAM when a port creation
    request references a subnet that doesn't exist.

    This patch just catches that exception.

    Change-Id: I14f9e4bddde845e3fef2b0d8649d3954ba5c93bd
    Closes-Bug: #1618187