Comment 10 for bug 2031647

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

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible/+/898074
Committed: https://opendev.org/openstack/openstack-ansible/commit/e0c3efb14bb8918ca8d05679b6fcd988edb2c63c
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit e0c3efb14bb8918ca8d05679b6fcd988edb2c63c
Author: Dmitriy Rabotyagov <email address hidden>
Date: Thu Aug 17 14:29:25 2023 +0200

    Define install_method default when hosts resolution depend on it

    In some playbooks we try to fetch openstack_service_setup_host based on
    install_method variable. However, if variable is not defined,
    and it is not by default, playbooks will run against localhost,
    which will result in failure.

    Closes-Bug: #2031647
    Change-Id: I247ce2a808076ff55347db54327a1e4913ea3006
    (cherry picked from commit f05c90103cdc3e18ae8b100fb4f260d2809168d9)