
This reverts commit 50c4560b3f68fd8f3f58b8f48eec154fcc76f19f. Reason for revert: see https://review.opendev.org/c/starlingx/stx-puppet/+/870667 Partial-Bug: 1999049 Change-Id: Ib095bcca63662c2637871afb90833aa2a341481d
8 lines
223 B
Bash
8 lines
223 B
Bash
export TMOUT=900
|
|
|
|
# This is to work around a bug in curl with https
|
|
# endpoints when using nss versions less than 3.52.
|
|
# Without this it creates many negative dentries
|
|
# each time it is called.
|
|
export NSS_SDB_USE_CACHE=no
|