ironic/releasenotes/notes/add-neutron-request-timeout-1f7372af81f14ddd.yaml
Julia Kreger 56bec518b6 Add a request_timeout to neutron
Neutron's pre-commit processing can take some time
and even exceed 30 seconds in CI. Lets make it 45 and
have an explicit timeout passed for the request handling
to be setup with the python-neutronclient initialization.

Change-Id: I9947656c959af2128e7dbf30ba6b38cc2af35dae
Story: 2005371
Task: 30347
2019-04-04 09:39:07 -07:00

9 lines
333 B
YAML

---
fixes:
- |
Fixes an issue that can occur in CI and in physical deployments where the
Networking Service performs a pre-flight operation which can exceed
the prior default for ``30`` seconds. The new default is ``45`` seconds,
and operators can tune the setting via the ``[neutron]request_timeout``
setting.