Comment 2 for bug 1757273

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

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

commit be9854b0fdff22a72a9699a0900e53e0595bd533
Author: Kevin_Zheng <email address hidden>
Date: Wed Mar 21 09:43:21 2018 +0800

    Change compute mgr placement check to region_name

    Change https://review.openstack.org/#/c/492247/ in queens deprecated the
    [placement]/os_region_name config option and you should be using
    'region_name' in that group now, and you'll get a deprecation warning if
    using 'os_region_name', but if you do that, nova-compute fails to start.

    This patch fix the bug by adding [placement]/region_name to the check.

    Change-Id: Iea7d5d0d6907adbcb236dc43b5af7469de2ba78b
    Closes-Bug: #1757273