Comment 6 for bug 1598860

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

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

commit dc6b3ab6ef59b4d3f9e540f1cc07326494cd8565
Author: John Garbutt <email address hidden>
Date: Thu Jul 7 16:20:27 2016 +0100

    Don't cache RPC pin when service_version is 0

    Its possible for RPC calls to be made before a nova-compute process
    starts up. When this happens we cache the RPC pin of kilo. This causes
    breakages in live-migrate, but in Mitaka we only work with Liberty.

    Change-Id: I5f1e0904c34c4fe26fc75998441602925d2f0593
    Closes-Bug: #1598860