Comment 6 for bug 1794320

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

Reviewed: https://review.openstack.org/605108
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_tacker/commit/?id=56dc20030b9c391a921d5fdbad014f07313a4cc6
Submitter: Zuul
Branch: master

commit 56dc20030b9c391a921d5fdbad014f07313a4cc6
Author: ZhijunWei <email address hidden>
Date: Wed Sep 19 08:20:41 2018 -0400

    Update messaging notification configuration

    This patch add the conditional inclusion of the notification
    section of the service configuration. This ensures that oslo.messaging
    notifications use the correct transport for deployments that have
    separate rpc and notify messaging backends. For example, if the
    transport_url is not provided in the notification section of the
    service configuration, the transport_url specified in the default
    section will be used instead.

    This patch conditionally selects the notifier driver. The noop
    driver will be selected when notification publishing is disabled.
    The messagingv2 driver is selected when notification publishing is
    enabled.

    Change-Id: I60e92e14c0893b80f4023b6b6681864fee5228e5
    Closes-Bug: #1794320