ironic/releasenotes/notes/webserver-timeout-d85781bf634cef39.yaml
Dmitry Tantsur fe37fb6d5d Add timeout to image operations in the direct deploy
Currently they may hang when the remote server is not responding.

Change-Id: I1de17fed3b43a3d16795dc614ce76e2cfe1faca0
2020-10-22 13:16:47 +02:00

8 lines
291 B
YAML

---
fixes:
- |
Adds timeout to HTTP image validation and downloading operations, so that
the ``direct`` deploy does not hang when the remote server is not
responsive. The default timeout is 60 seconds and can be changed via the
new ``webserver_connection_timeout`` option.