Comment 3 for bug 1695993

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

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

commit af5ef8ee0b367d8357dd1b85edc5791ed3fe45e4
Author: Dan Smith <email address hidden>
Date: Tue Jun 6 09:40:22 2017 -0700

    Add get_minimum_version_all_cells() helper for service

    If we're making decisions in the API about the age of services
    such as compute, we need to survey all the cells to get the minimum
    across all of them. This adds a helper function that can be used
    from places where we need to do that.

    Change-Id: I9976de405de575d9da1389e629c17694207d8c34
    Related-Bug: #1695993