Comment 7 for bug 1648879

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

Reviewed: https://review.openstack.org/422035
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=51f9ea667af74bae7dd6c61fd3a9e6f8b2e1b862
Submitter: Jenkins
Branch: stable/newton

commit 51f9ea667af74bae7dd6c61fd3a9e6f8b2e1b862
Author: Kevin Benton <email address hidden>
Date: Fri Dec 9 11:49:09 2016 -0800

    Check for unbound ports in L3 RPC handler

    The handler was making the incorrect assumption that once a
    host_id was set, a port which failed to bind could only be in
    the 'binding_failed' state. So it would not try to rebind ports
    that encountered an exeption during port binding commit that left
    them in the unbound state.

    Change-Id: I28bbeda5fed4275ea38e27308518f89df9ab4eff
    Closes-Bug: #1648879
    (cherry picked from commit a5a8a37344f6d193886ae8d047664aef76920ed8)