Comment 1 for bug 1422610

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

Reviewed: https://review.openstack.org/156326
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f1935a55bc4e6189c1413556ec92257f92a384e4
Submitter: Jenkins
Branch: master

commit f1935a55bc4e6189c1413556ec92257f92a384e4
Author: pkholkin <email address hidden>
Date: Mon Feb 16 21:44:05 2015 +0400

    Added retries in 'network_set_host' function

    In concurrent transactions in 'network_set_host' function
    could happen a deadlock or returned rows_updated value
    could be equal to 0.

    In these cases we should retry the transaction to get
    another row and try to set the host again.

    Closes-Bug: #1422610

    Change-Id: I374b12e62f76810ffdb1e2d35af72a738ead5591