Comment 8 for bug 1869018

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/rocky)

Reviewed: https://review.opendev.org/715207
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=5cd39ae6a0f81814baf3fbca873a3d22a21328b0
Submitter: Zuul
Branch: stable/rocky

commit 5cd39ae6a0f81814baf3fbca873a3d22a21328b0
Author: Alex Schultz <email address hidden>
Date: Wed Mar 25 09:04:09 2020 -0600

    Disable fact gathering for create_admin

    The create_admin execution doesn't require facts as the tasks are
    static. Fact gather can be a long time on systems with large number of
    network interfaces or storage volumes. This can lead to timeouts when
    doing actions like scaling or deploying.

    Change-Id: I0ff270dfabab2ef6926b8d2818ef5087eb03bed9
    Closes-Bug: #1869018
    (cherry picked from commit 32bc45c293c3ad9e24a803dfd82042efa81efdfe)