Increase maximum number of SSH connection attemts to 100 to fix timeout issues

Change-Id: I47fdc17e826c245034001ab383d6b6ca62f517a5
This commit is contained in:
Federico Ressi 2020-04-30 14:33:32 +02:00
parent a355668c20
commit 9d8597cf60

View File

@ -50,7 +50,7 @@ OPTIONS = [
default=10.,
help="SSH connect timeout in seconds"),
cfg.IntOpt('connection_attempts',
default=60,
default=100,
help=("Maximum number of connection attempts to be tried "
"before timeout")),
cfg.FloatOpt('connection_interval',