Comment 2 for bug 1412977

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

Reviewed: https://review.openstack.org/148733
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=a86181a9fe7a2b7e1541f6a475fafe4e371e4a72
Submitter: Jenkins
Branch: master

commit a86181a9fe7a2b7e1541f6a475fafe4e371e4a72
Author: Doug Hellmann <email address hidden>
Date: Tue Jan 20 22:07:34 2015 +0000

    Temporary fix for bad _dispatch() invocation

    This fixes the incorrect arguments passed to _dispatch(), now that the
    method signature is changing in oslo.messaging. The code should be
    further updated to not use a private method of the base class.

    Change-Id: I2d72a687925122e1106c031df256dff4278dca5b
    Partial-bug: #1412977