Comment 8 for bug 1431201

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

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

commit 708b576ee9c585394f7b309bb70784c63061027d
Author: Sylvain Bauza <email address hidden>
Date: Thu Mar 12 16:15:23 2015 +0100

    Fix ComputeNode backport for Service.obj_make_compatible

    The previous implementation was setting anyway the ComputeNode object version
    to 1.10. It consequently breaks compatiblity with Juno compute nodes that can
    only understand ComputeNode <1.6

    Change-Id: Ib2b63d0fb482410233ee42b1ff1c697229c77958
    Closes-Bug: #1431201