Comment 4 for bug 1958332

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/826023
Committed: https://opendev.org/openstack/tripleo-ansible/commit/7d16b0f33f37ba9196838003e5da578239273473
Submitter: "Zuul (22348)"
Branch: master

commit 7d16b0f33f37ba9196838003e5da578239273473
Author: Cédric Jeanneret <email address hidden>
Date: Mon Jan 24 08:58:59 2022 +0100

    Ensure cloud-init config dir exists

    In some cases, it may happen cloud-init isn't installed (on the UC, for
    instance).
    In such cases, the directory doesn't exist, and ansible fails to push
    the file to this location, leading to a deploy error.

    Change-Id: I02b8aef9bf8ae73556ade37a20bd0afda2786321
    Related-Bug: #1958332