Comment 5 for bug 1751692

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

Reviewed: https://review.openstack.org/558089
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b3c3f2fda883750736bb16d3bb34fd446cc0190a
Submitter: Zuul
Branch: master

commit b3c3f2fda883750736bb16d3bb34fd446cc0190a
Author: imacdonn <email address hidden>
Date: Tue Apr 17 18:57:24 2018 +0000

    Remove placement config check

    Removes a check that prevented compute from starting when config option
    placement.[os_]region_name was not set. The check was not appropriate
    since that option is not (otherwise) required. The check was originally
    added to catch upgrades to Ocata, where placement (newly) needed to be
    configured. Since we're well past that point now, the check is no longer
    necessary.

    Change-Id: I973180d6a384b32838ab61d4e6aaf73c255fd116
    Closes-Bug: 1751692