Comment 105 for bug 1850236

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

Reviewed: https://review.opendev.org/717257
Committed: https://git.openstack.org/cgit/openstack/puppet-octavia/commit/?id=563febbfb74574abaa629fcfd31cb62f0a6a5404
Submitter: Zuul
Branch: stable/stein

commit 563febbfb74574abaa629fcfd31cb62f0a6a5404
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: Iecc817f44ee34a737be6085ea752a878c8b7095d
    Closes-Bug: #1850236
    (cherry picked from commit 904c732828c50983b48d6fb6d5a86a20e1fd5927)
    (cherry picked from commit e322e9b2dd9505fc1b8fbc58a663a6fef42f386c)