Comment 33 for bug 1850236

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

Reviewed: https://review.opendev.org/691778
Committed: https://git.openstack.org/cgit/openstack/puppet-tacker/commit/?id=82b194a9dcda1e88d74a53d3330873386519ef23
Submitter: Zuul
Branch: master

commit 82b194a9dcda1e88d74a53d3330873386519ef23
Author: ZhongShengping <chdzsp@163.com>
Date: Tue Oct 29 09:31:05 2019 +0800

    Fix rabbitmq dependency

    puppetlabs/rabbitmq [1] is deprecated, and max version is 5.6.0 which can
    not be fulfilled by this dependency.

    Correct it to puppet-rabbitmq [2] instead which is being actively maintained
    and has the right version.

    [1]: https://forge.puppet.com/puppetlabs/rabbitmq
    [2]: https://forge.puppet.com/puppet/rabbitmq

    Change-Id: I0b138b16696d289176d26518cff6b6b408e9750e
    Closes-Bug: #1850236