Comment 2 for bug 1399085

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

Reviewed: https://review.openstack.org/138973
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=712f6e3c5e48110d9d2e3c6fe5eb76ce10898728
Submitter: Jenkins
Branch: master

commit 712f6e3c5e48110d9d2e3c6fe5eb76ce10898728
Author: Mehdi Abaakouk <email address hidden>
Date: Thu Dec 4 08:10:13 2014 +0100

    Reintroduces fake_rabbit config option

    This change reintroduces the fake_rabbit only for backward compatibility,
    but mark it as deprecated.

    Now, to use the kombu in-memory driver (that is not thread safe) we must
    set the transport_url config option to 'kombu+memory:////" or the
    rpc_backend to kombu+memory.

    Or we can use the fake driver of oslo.messaging by setting the
    transport_url to 'fake:///' or the rpc_backend to 'fake'

    This is effectively reverting commit bcb3b23b8f6e7d01e38fdc031982558711bb7586.

    Closes-bug: #1399085

    Change-Id: I7b6fb3811fc6f695f75ecd350e04e69afd26c428