Comment 10 for bug 1521524

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

Reviewed: https://review.openstack.org/273274
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4581c48599353ccaa4dc6b5ffcd0b9158872cbba
Submitter: Jenkins
Branch: stable/kilo

commit 4581c48599353ccaa4dc6b5ffcd0b9158872cbba
Author: Oleg Bondarev <email address hidden>
Date: Tue Dec 1 11:47:05 2015 +0300

    Notify about port create/update unconditionally

    The notification about port create/update should be done no matter
    if host (or any other field) was changed or not - it should be up to
    handler to decide how to handle it.

    This also fixes the bug when there was actually no notification to l3
    dvr agent on compute node on new port creation:
    _get_host_port_if_changed() always returned None - this is a regression
    from commit 2ee08c3464c53abaf9bc5493132ad7958611e3b8

    Conflicts:
     neutron/plugins/ml2/plugin.py
     neutron/tests/unit/plugins/ml2/test_plugin.py

    Closes-Bug: #1521524
    Change-Id: I5bb416d2aaab632526f06a5620c0a4ea96340d21
    (cherry picked from commit 87ce73141dddb840ffc523f253fdf87aef11d1c7)