Comment 2 for bug 1555850

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

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

commit 54594b4fa0fe4f6fcc45f53b8ce19160d219f2df
Author: Kevin Benton <email address hidden>
Date: Thu Mar 10 14:58:31 2016 -0800

    ML2: Downgrade 'no bound segment' warning

    This is a normal occurence if a port is created and updated
    before it is actually bound to a host. It's not a warning
    condition because it doesn't mean anything is wrong.

    Change-Id: Ie1eb885f61e42dd7b24016adf3c02d4c504f6543
    Closes-Bug: #1555850