Comment 21 for bug 1316761

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

Reviewed: https://review.openstack.org/98332
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=bdc747cd70721874d1e8af36181fd4179cce4fce
Submitter: Jenkins
Branch: stable/4.1

commit bdc747cd70721874d1e8af36181fd4179cce4fce
Author: Vladimir Sharshov <email address hidden>
Date: Fri Jun 6 12:44:41 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.

    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.
    Backport from 5.0

    Change-Id: Ic2e771a6133eb0f95e478417f30c1398647c2597
    Closes-Bug: #1316761