Comment 6 for bug 1684058

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/ocata)

Reviewed: https://review.openstack.org/458416
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=6f75d76d42203657a2b39af5269d2a8f586e93bc
Submitter: Jenkins
Branch: stable/ocata

commit 6f75d76d42203657a2b39af5269d2a8f586e93bc
Author: Sofer Athlan-Guyot <email address hidden>
Date: Wed Apr 19 11:26:45 2017 +0200

    N->O upgrade, fix wrong parameters to nova placement.

    According to [1] we need os_region_name, not region_name. Furthermore
    the os_interface is configured as well. The hard check on this
    parameter was introduced in ocata[2], explaining why the newton version
    did not chock on it.

    [1] https://docs.openstack.org/ocata/config-reference/compute/config-options.html
    [2] https://github.com/openstack/nova/commit/d486315e0

    Closes-Bug: #1684058
    Change-Id: If6118bf03e832fe3fa5ea4fcb1b436afd2adf80a
    (cherry picked from commit 88a3168b3019f7c8232c14b95d4c7c6fb5080f03)