Comment 10 for bug 1440134

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/6.1)

Reviewed: https://review.openstack.org/316871
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=234335f3cbebd62d8ed2fee45a26a684f594a76c
Submitter: Jenkins
Branch: stable/6.1

commit 234335f3cbebd62d8ed2fee45a26a684f594a76c
Author: Alexey Deryugin <email address hidden>
Date: Mon May 16 17:14:12 2016 +0300

    Use default value of kombu_reconnect_delay for all services

    Current reconnection time is 5.0 which is pretty long.
    This patch switches kombu_reconnect_delay to its default
    value - 1.0 which is the same for all services.

    Change-Id: I8e0230bf48620a8b5e1d7339e419b9b682e5cbd8
    Closes-bug: #1560097
    Closes-Bug: #1440134