Comment 13 for bug 1387699

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

Reviewed: https://review.openstack.org/134929
Committed: https://git.openstack.org/cgit/stackforge/fuel-astute/commit/?id=0bcc91185984a1f9e4bd68d9f247266c35349dae
Submitter: Jenkins
Branch: master

commit 0bcc91185984a1f9e4bd68d9f247266c35349dae
Author: Vladimir Sharshov (warpc) <email address hidden>
Date: Mon Nov 17 16:01:14 2014 +0300

    Add retries in case of Cobbler overloading

    Offen if Cobbler run two big task in parallel
    we got error based on Cobbler overloading.
    If we wait and try request again, it will
    process without problem. This change
    implement such behavior.

    Change-Id: I1e9774b9398dfb502159d7ba21e7e5b55b75b3a1
    Closes-Bug: #1387699
    Closes-Bug: #1396181