
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
9 lines
333 B
YAML
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.
|