Comment 1 for bug 2004224

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/872215
Committed: https://opendev.org/openstack/kolla-ansible/commit/78cf9585b78a5e3e9b771664838f40afc9702686
Submitter: "Zuul (22348)"
Branch: master

commit 78cf9585b78a5e3e9b771664838f40afc9702686
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