Comment 5 for bug 1431201

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

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

commit cb7977466833df01c6ed7e8405bb1f7b6b5ea523
Author: Sylvain Bauza <email address hidden>
Date: Thu Mar 12 12:15:45 2015 +0100

    Fix Juno nodes checking service.compute_node

    Old Juno ResourceTracker is calling the conductor instead of calling the
    Service object, so it can't benefit from the backwards compatibility.
    As conductor_api.service_get_by_compute_node is only called by old Juno
    computes (thru a RT method), we can safely backport the compute_node field
    into what the DB method provides so it doesn't break old RTs.

    Related-Bug: #1431201

    Change-Id: I9afd3c65a088d218cb9c452b18881e94e888950b