Comment 7 for bug 2039461

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

Reviewed: https://review.opendev.org/c/openstack/kayobe/+/899048
Committed: https://opendev.org/openstack/kayobe/commit/af59e6d953326904eed034ef6cc19dd54b82b805
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit af59e6d953326904eed034ef6cc19dd54b82b805
Author: Pierre Riteau <email address hidden>
Date: Mon Oct 16 17:31:05 2023 +0200

    Resolve slow fact gathering when seed SNAT is off

    Stop configuring the seed host as gateway when seed SNAT is disabled
    (which is the default since Xena), otherwise overcloud hosts may take a
    long time to gather facts until their network configuration is applied
    (probably because DNS servers are thought to be reachable until the
    gateway is changed or removed).

    Closes-Bug: #2039461
    Change-Id: Ib847d3420dee374cec067cd8af519b510be04120
    (cherry picked from commit 9980a8f891edac8f21d0cde9ee1e756a40c7be3b)