Comment 3 for bug 1365679

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

Reviewed: https://review.openstack.org/119391
Committed: https://git.openstack.org/cgit/stackforge/solum/commit/?id=1218313875efbdf6f4de4ac13f51fe1802f4a97e
Submitter: Jenkins
Branch: master

commit 1218313875efbdf6f4de4ac13f51fe1802f4a97e
Author: Paul Czarkowski <email address hidden>
Date: Thu Sep 4 15:46:16 2014 -0500

    require eventlet in RPC service.

    Ubuntu 14.04 forces librabbitmq when kombu is used
    Unfortunately it forces a version that has a crash
    bug. Calling eventlet.monkey_patch() tells kombu
    to use libamqp instead.

    Change-Id: I9bc2073f620391e5d0b384142a4d4b0ad7104fcf
    Closes-Bug: 1365679