Comment 5 for bug 1588462

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

Reviewed: https://review.openstack.org/329219
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=b570e36cba93affe67594ef820afae731b746ad7
Submitter: Jenkins
Branch: master

commit b570e36cba93affe67594ef820afae731b746ad7
Author: David Ames <email address hidden>
Date: Mon Jun 13 15:55:40 2016 -0700

    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: Ie37a4d98de9c5e7bd26304e096796ce6287ea52b
    Related-Bug:#1588462