Comment 38 for bug 1850236

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

Reviewed: https://review.opendev.org/691788
Committed: https://git.openstack.org/cgit/openstack/puppet-ironic/commit/?id=6deffc3188222be306c21b845f994e2f701a0cd0
Submitter: Zuul
Branch: master

commit 6deffc3188222be306c21b845f994e2f701a0cd0
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: I9e6b7e2f80d9543f9697db89a3ffc1e4b244cc57
    Closes-Bug: #1850236