Comment 11 for bug 1794320

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

Reviewed: https://review.openstack.org/605109
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_designate/commit/?id=3cdd0d103afef8b7d9f48da72c1c47765e473bad
Submitter: Zuul
Branch: master

commit 3cdd0d103afef8b7d9f48da72c1c47765e473bad
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: Ie5cc5499980f986f1a7e530adf42f4dcc43fbaca
    Closes-Bug: #1794320