Skip to content

Commit 3179611

Browse files
fix: Remove erroneous EC2 reference from 503 warning (#6077)
1 parent 1931ee5 commit 3179611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinit/url_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def _handle_error(
432432
return None
433433
if error.code and error.code == 503:
434434
LOG.warning(
435-
"Ec2 IMDS endpoint returned a 503 error. "
435+
"Endpoint returned a 503 error. "
436436
"HTTP endpoint is overloaded. Retrying."
437437
)
438438
if error.headers:

0 commit comments

Comments
 (0)