Comment 1 for bug 1389468

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

Reviewed: https://review.openstack.org/132756
Committed: https://git.openstack.org/cgit/stackforge/powervc-driver/commit/?id=64139a45b79f1a4bf70ee8c5cd1e84c13fec0a15
Submitter: Jenkins
Branch: master

commit 64139a45b79f1a4bf70ee8c5cd1e84c13fec0a15
Author: terryyao <email address hidden>
Date: Wed Nov 5 14:54:25 2014 +0800

    fix eventlet monkey_patch for rpc call

    In PowerVC neutron agent, currently, it's monkey_patch eventlet with
    setting thread=False, that will result in oslo.messaging RPC call failed
    in concurrent execution. Just refer neutron code call monkey_patch() to
    patch all modules

    Closes-Bug: #1389468
    Change-Id: Ia669c37a555bec1d3d2e125c8d088b4d6ef1b40e