Comment 3 for bug 1588462

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

Reviewed: https://review.openstack.org/325650
Committed: https://git.openstack.org/cgit/openstack/charm-glance/commit/?id=1ab2c809ad7251f6d8a30c053d8c7818ac051547
Submitter: Jenkins
Branch: master

commit 1ab2c809ad7251f6d8a30c053d8c7818ac051547
Author: Alex Kavanagh <email address hidden>
Date: Sun Jun 5 12:57:53 2016 +0000

    Fix for status-set race - related to bug 1588462

    This change fixes the obvious race for a status_set() between
    check_optional_interfaces() and assess_status() as the later calls the former
    which calls status_set(), returns the status, which is then potentially set
    again by the assess_status() function. This cleans up the code so that only a
    single status_set() is performed when calling assess_status().

    Change-Id: I06efbcaade8f0c99b5931104e6887d24cb10e35a
    Related-Bug:#1588462