Comment 4 for bug 2004224

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/zed)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/897442
Committed: https://opendev.org/openstack/kolla-ansible/commit/8ee98726c468de8fbcc42f689cba584c2096d2d4
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 8ee98726c468de8fbcc42f689cba584c2096d2d4
Author: Michal Arbet <email address hidden>
Date: Mon Jan 30 21:15:47 2023 +0100

    Trivial: Add connection: local for keystone-fernet cron generate task

    This patch add connection local for above mentioned task as
    kolla-ansible can be executed in docker container as in
    my case.

    When there is no connection: local, ansible is trying to connect
    to localhost via ssh where specified python script is not available.

    After connection: local everything is working as expected as file
    is found inside container

    Closes-Bug: #2004224

    Change-Id: I219a958b4f101efb71a2935e6d910dae5c65f0be
    (cherry picked from commit 78cf9585b78a5e3e9b771664838f40afc9702686)