Comment 23 for bug 1316761

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

Reviewed: https://review.openstack.org/106898
Committed: https://git.openstack.org/cgit/stackforge/fuel-astute/commit/?id=53136d8df65bebcea8cead7310eb85021612b8d3
Submitter: Jenkins
Branch: stable/5.0

commit 53136d8df65bebcea8cead7310eb85021612b8d3
Author: Vladimir Sharshov <email address hidden>
Date: Thu May 22 16:26:52 2014 +0400

    Tolerant behavior in case of RabbitMQ connection problem

    - do not requeue task if we have problem with RabbitMQ;
    - prevent throttle if only one worker exist;
    - more correct message about publishing report to Nailgun.

    Notice: after this change Nailgun will not fail task if
    Astute perform unexpected exit because we do not requeue
    task. In this case we will again see dangling deploy
    instead of incorrect error.

    Special thanks to Evgeniy L for help.

    Change-Id: Ic2e771a6133eb0f95e478417f30c1398647c2597
    Closes-Bug: #1316761
    (cherry picked from commit 55f9687e635ea3247aff23cae82f6b44b371cc3d)