Comment 129 for bug 1850236

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-congress (stable/train)

Reviewed: https://review.opendev.org/717237
Committed: https://git.openstack.org/cgit/openstack/puppet-congress/commit/?id=e8b1a7f5c9019a25c100c03d144b5762a5b2fd92
Submitter: Zuul
Branch: stable/train

commit e8b1a7f5c9019a25c100c03d144b5762a5b2fd92
Author: ZhongShengping <chdzsp@163.com>
Date: Tue Oct 29 09:31:04 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: I55428eefe522297ac2c948822ad98a9ba503360f
    Closes-Bug: #1850236
    (cherry picked from commit a0c7e8b8fcbe1c392aa1534ee8e866d400fb6fac)