Comment 2 for bug 1281521

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

Reviewed: https://review.openstack.org/74375
Committed: https://git.openstack.org/cgit/stackforge/climate/commit/?id=6b687b039d26dfe05b3cb39a5705308903590578
Submitter: Jenkins
Branch: master

commit 6b687b039d26dfe05b3cb39a5705308903590578
Author: Dina Belova <email address hidden>
Date: Tue Feb 18 17:18:00 2014 +0400

    Fix issue with new oslo.messaging

    As oslo.messaging 1.3.0.a7 was released, there was change
    https://review.openstack.org/62931 merged to it. It caused
    intersection issue between openstack.common.service.Service
    and oslo.messaging.MessageHandlingServer classes both used
    in Climate (no periodic tasks running as symptom here).

    This change fixes that, working both with oslo.messaging 1.3.0.a7
    and previous versions.

    Change-Id: Icb7d88d4a0cb1ed568b731ca9716982eb8ffb092
    Closes-Bug: #1281521