Comment 3 for bug 1620545

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

Reviewed: https://review.openstack.org/372985
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=77416f25e033fd7acbb0349d1cd548838203cdaf
Submitter: Jenkins
Branch: master

commit 77416f25e033fd7acbb0349d1cd548838203cdaf
Author: LiuNanke <email address hidden>
Date: Tue Sep 20 15:31:48 2016 +0800

    [messaging] Using get_notification_transport()

    We should separate transports for the RPC and Notifiers
    in order to have a possibility of using different messaging
    configurations, like rabbit for RPC and kafka for notifications.

    e.g.

    [DEFAULT]
    rpc_backend = rabbit

    [oslo_messaging_rabbit]
    rabbit_hosts = ...
    rabbit_password = ...
    rabbit_userid = ...

    [oslo_messaging_notifications]
    driver = ...
    transport_url = kafka://...
    topics = ...

    Change-Id: I54b7681b059991eafe5899b3d0cffdcd5c80fb39
    Closes-Bug: #1620545