Comment 11 for bug 1440134

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

Reviewed: https://review.openstack.org/316866
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=1722961c12eea9031280f9622481d97730769951
Submitter: Jenkins
Branch: stable/7.0

commit 1722961c12eea9031280f9622481d97730769951
Author: Alexey Deryugin <email address hidden>
Date: Mon May 16 17:07:04 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: I0d2418f940e7036ad71264da7ad10d7a32bb329b
    Closes-bug: #1560097
    Closes-Bug: #1440134