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
Reviewed: https:/ /review. opendev. org/c/openstack /tripleo- common/ +/856154 /opendev. org/openstack/ tripleo- common/ commit/ 0366b14d0b54050 0fb2051a3996271 7e44df3038
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 0366b14d0b54050 0fb2051a3996271 7e44df3038
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 42750c6044f56ec 05893a8da25
Change-Id: I318809454924a3