Comment 106 for bug 1850236

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

Reviewed: https://review.opendev.org/717227
Committed: https://git.openstack.org/cgit/openstack/puppet-designate/commit/?id=516c3c2b2f9d72f88b5dd3fcfa5bd06dfa542eab
Submitter: Zuul
Branch: stable/train

commit 516c3c2b2f9d72f88b5dd3fcfa5bd06dfa542eab
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: I73d0c80af54de3d9c72291e9f1916058cd6bed02
    Closes-Bug: #1850236
    (cherry picked from commit 2d4ad36d4d8a5b6a0b2a4cc2a2b3c5bd8f01f134)