Comment 4 for bug 1805825

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tripleoclient (stable/rocky)

Reviewed: https://review.openstack.org/624323
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=247c4be23166ba7aa9261d5616c276e6ddacb0df
Submitter: Zuul
Branch: stable/rocky

commit 247c4be23166ba7aa9261d5616c276e6ddacb0df
Author: Emilien Macchi <email address hidden>
Date: Tue Dec 4 10:44:02 2018 -0500

    undercloud: enable undercloud_config parameter for validations

    If TripleO Validations are enabled, we want to export UndercloudConfigFilePath
    so the validations can work from the Mistral Executor container.

    UndercloudConfigFilePath is set even if the preflight validations runs
    are ommitted (when using the --no-validations option).

    These parameters will be used in THT to feed hieradata and also bind
    mount the undercloud configuration file.

    Change-Id: I38f6d562ab452f765672e7cc4e71206b562c471b
    Related-Bug: #1805825
    (cherry picked from commit c1ad985618073a1be9978187a0f1d5e3aa26999f)