Comment 102 for bug 1628580

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

Reviewed: https://review.openstack.org/406864
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=9bc89b056e16c53fc13fce12224a07743880d2dc
Submitter: Jenkins
Branch: master

commit 9bc89b056e16c53fc13fce12224a07743880d2dc
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
    Closes-Bug: #1647305