Comment 3 for bug 1465409

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

Reviewed: https://review.openstack.org/192108
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=20d406f4fe3a84a8c2c176926820532bcaa91a46
Submitter: Jenkins
Branch: stable/kilo

commit 20d406f4fe3a84a8c2c176926820532bcaa91a46
Author: Flavio Percoco <email address hidden>
Date: Mon Jun 15 13:48:27 2015 +0200

    Use `inferred=True` by default

    Rabbitmq's amqp1.0 plugin doesn't have support for vbin8, which is the
    default encoding used by qpid-proton. In order to workaround this issue
    we should use inferred=True.

    Closes-bug: #1465409
    Change-Id: Id265917244d7e152c5e13a10df367a3e59de8e50
    (cherry picked from commit c8845b4bef4248fad4a9da8dad0455495b2bc6fd)