Comment 118 for bug 1850236

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

Reviewed: https://review.opendev.org/717235
Committed: https://git.openstack.org/cgit/openstack/puppet-murano/commit/?id=c6580ecdadc1af7bee1b83d7d8b4044fc35f977a
Submitter: Zuul
Branch: stable/train

commit c6580ecdadc1af7bee1b83d7d8b4044fc35f977a
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: I061cbedf6cfd1a98e97b33867d6aaa9da933be31
    Closes-Bug: #1850236
    (cherry picked from commit 6e6252a395a2d8b4ab94f5108be0766d07085fb3)