Merge "Bump up ipa-ip-lookup-attempts to 6"

This commit is contained in:
Zuul 2019-11-18 10:53:58 +00:00 committed by Gerrit Code Review
commit 60637c02c6
2 changed files with 6 additions and 1 deletions

View File

@ -69,7 +69,7 @@ cli_opts = [
cfg.IntOpt('ip_lookup_attempts', cfg.IntOpt('ip_lookup_attempts',
min=1, min=1,
default=int(APARAMS.get('ipa-ip-lookup-attempts', 3)), default=int(APARAMS.get('ipa-ip-lookup-attempts', 6)),
deprecated_name='ip-lookup-attempts', deprecated_name='ip-lookup-attempts',
help='The number of times to try and automatically ' help='The number of times to try and automatically '
'determine the agent IPv4 address. ' 'determine the agent IPv4 address. '

View File

@ -0,0 +1,5 @@
---
other:
- |
Bumps up ipa-ip-lookup-attempts to 6, adding extra time
for networking to be setup before giving up.