Bump up ipa-ip-lookup-attempts to 6
To accommodate network setup that takes longer then 30 seconds increase the number of IP lookup attempts. This allows for IPv6 setup that occurs after DHCP has time out. Change-Id: I1351e150a63c6247210ca0cbc8ce0abfe82129cd
This commit is contained in:
parent
9f8fa2853a
commit
c4bb694082
@ -69,7 +69,7 @@ cli_opts = [
|
||||
|
||||
cfg.IntOpt('ip_lookup_attempts',
|
||||
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',
|
||||
help='The number of times to try and automatically '
|
||||
'determine the agent IPv4 address. '
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
Bumps up ipa-ip-lookup-attempts to 6, adding extra time
|
||||
for networking to be setup before giving up.
|
Loading…
x
Reference in New Issue
Block a user