Comment 7 for bug 1843269

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

Reviewed: https://review.opendev.org/682483
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ab75405708ffdbe2d7630166c13744d4848909c0
Submitter: Zuul
Branch: master

commit ab75405708ffdbe2d7630166c13744d4848909c0
Author: Brian Haley <email address hidden>
Date: Mon Sep 16 16:53:34 2019 -0400

    Initialize nova_notifier for only port data changes

    If notify_nova_on_port_status_changes is False, but
    notify_nova_on_port_data_changes is True, the nova_notifier
    object in the plugin will not be initialized correctly.
    This was never noticed because these two options are
    typically configured identically.

    Change-Id: I3b0ca77b677fe335161b9a649b4ac397e64eacaa
    Related-bug: #1843269