Comment 126 for bug 1850236

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

Reviewed: https://review.opendev.org/717222
Committed: https://git.openstack.org/cgit/openstack/puppet-watcher/commit/?id=15bfeb667b8ed0c01eb7a64daf61c52919ed33a7
Submitter: Zuul
Branch: stable/train

commit 15bfeb667b8ed0c01eb7a64daf61c52919ed33a7
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: I74420126949df21ea1610e0fb7ffef0960c9704c
    Closes-Bug: #1850236
    (cherry picked from commit fa684cc84e9217e16217e378f4f291b48f7859bd)