Comment 18 for bug 1743445

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (stable/queens)

Reviewed: https://review.openstack.org/542110
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=7a0386214ca2c5732bf6af02a686d542d94f0be5
Submitter: Zuul
Branch: stable/queens

commit 7a0386214ca2c5732bf6af02a686d542d94f0be5
Author: Thomas Bechtold <email address hidden>
Date: Thu Feb 8 07:24:47 2018 +0100

    Use msgpack instead of msgpack-python

    msgpack-python got renamed to msgpack (see
    https://pypi.python.org/pypi/msgpack-python/0.5.1) and msgpack-python
    is deprecated now.
    This is important because other requirements already switched to
    msgpack (eg. oslo.serialization) and installing both in parallel is
    not possible for Distros.

    Change-Id: I603eadbc2a5e1705375050920d5f1631c51a5a02
    Closes-Bug: #1743445
    (cherry picked from commit 2452958be4f4ef9c93d6ea2f1596e6040c17e24b)