ironic/releasenotes/notes/get-commands-status-timeout-ecbac91ea149e755.yaml
Vladyslav Drok 33a84d94eb Add timeout when querying agent's command statuses
Otherwise the node can get locked up for a significant amount of time.
It conforms to the behaviour of all other (POST) HTTP requests done to
agent.

Story: 2006946
Task: 37626
Change-Id: I968606a300bc43675d7bd07f73de37967ef80c26
2019-11-26 12:16:32 +00:00

7 lines
194 B
YAML

---
fixes:
- |
Add timeout when querying agent for commands status. Without it,
node can lock up for a quite long time and ironic will not allow
to perform any operations with it.