Comment 122 for bug 1628580

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to puppet-nova (stable/mitaka)

Reviewed: https://review.openstack.org/407028
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=6e71c1c45d04b945df57d7dd0426c7b38799ef82
Submitter: Jenkins
Branch: stable/mitaka

commit 6e71c1c45d04b945df57d7dd0426c7b38799ef82
Author: Anton Chevychalov <email address hidden>
Date: Mon Dec 5 13:02:51 2016 +0300

    Added retries in db_sync for nova_api db

    That patch continue fixes made for LP#1628580
    If db sync fails, it is never retried leading to errors. So, this
    patch adds retries for db_sync to avoid sync fails.

    Change-Id: Ie718efef81a24d0299fff83d39d04fac5a36fbb0
    Related-Bug: #1628580
    Related-Bug: #1647305
    Closes-Bug: #1645474