Commit 39f6b87
Merge pull request openstack-k8s-operators#275 from Akrog/default-route-timeouts
Set HAProxy timeout to 60 seconds for storage
This patch sets the HAProxy timeout to 60 seconds for storage services (Cinder, Glance, and Manila).
This way it's in sync with the Apache default timeouts and matches what we have in OSP17.
This will be fixed in the operators themselves to have these same defaults, and this patch is compatible with that change.
When the operators code is merged and is run by the CI jobs the defaults in the operators will be ignored in favor of the defaults defined in this patch, so we'll want to revert this patch then.
These are the PRs that once their code is run on the CI we can revert this PR:
openstack-k8s-operators/cinder-operator#396
openstack-k8s-operators/glance-operator#550
openstack-k8s-operators/manila-operator#282
openstack-k8s-operators/openstack-operator#830
Jira: https://issues.redhat.com/browse/OSPRH-7393
Jira: https://issues.redhat.com/browse/OSPRH-7415
Reviewed-by: Andrew Bays <andrew.bays@gmail.com>1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments