Comment 6 for bug 1988808

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-common/+/856154
Committed: https://opendev.org/openstack/tripleo-common/commit/0366b14d0b540500fb2051a39962717e44df3038
Submitter: "Zuul (22348)"
Branch: master

commit 0366b14d0b540500fb2051a39962717e44df3038
Author: Harald Jensås <email address hidden>
Date: Tue Sep 6 17:32:33 2022 +0200

    Fix condition for CHROOT, missing quotes

    The condition controlling if start_chroot should run was
    always evaluating to true, so the start_chroot function was
    called even when --chroot option was not used.

    Adding quotes, and curly braces, on the $CHROOT variable should
    fix the issue.

    Closes-Bug: #1988808
    Change-Id: I318809454924a342750c6044f56ec05893a8da25