Skip to content

Commit

Permalink
update fetch_reprovision_data's value
Browse files Browse the repository at this point in the history
  • Loading branch information
cjp256 authored Sep 28, 2023
1 parent fdf5289 commit 8ff0565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/sources/azure/imds.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def fetch_reprovision_data() -> bytes:

handler = ReadUrlRetryHandler(
logging_backoff=2.0,
max_connection_errors=0,
max_connection_errors=1,
retry_codes=(
404,
410,
Expand Down

0 comments on commit 8ff0565

Please sign in to comment.