Comment 10 for bug 1869018

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

Reviewed: https://review.opendev.org/715206
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=41ad911593445c5856e870c1f6cf61c12e5cbc82
Submitter: Zuul
Branch: stable/stein

commit 41ad911593445c5856e870c1f6cf61c12e5cbc82
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)