Increase maximum number of SSH connection attemts to 100 to fix timeout issues
Change-Id: I47fdc17e826c245034001ab383d6b6ca62f517a5
This commit is contained in:
parent
a355668c20
commit
9d8597cf60
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user