Comment 9 for bug 1889212

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

Reviewed: https://review.opendev.org/743556
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=9dec1b2e334e110b03f951c9fd3480f6c3dc8e11
Submitter: Zuul
Branch: master

commit 9dec1b2e334e110b03f951c9fd3480f6c3dc8e11
Author: Emilien Macchi <email address hidden>
Date: Tue Jul 28 10:35:14 2020 -0400

    overcloud_deploy: move horizon url/rc files before config-download

    When a deployment fails, we run the playbooks to generate horizon URL &
    RC files anyway. However it is confusing to have them at the end, after
    the actual trace and an operator with a small screen won't see the
    actual errors easily.

    Let's just move these actions before the config download execution,
    which has no impact anyway; but will improve logging a lot.

    Change-Id: I70bbc40f8e5eb709d9f0f608e936a818e082918b
    Related-Bug: #1889212