RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
Slawek Kaplonski 47e76e9d6e Change neutron backend's timeout in haproxy to 10 minutes
When client makes some heavy API requests to the Neutron API, like
e.g. some bulk request to create many ports at once it may happen that
Neutron will process the request for much longer than 2 minutes, which
is default server timeout in the haproxy's configuration for backends.
It happens e.g. with Kuryr.

Because of that, haproxy returns to the client HTTP 504 but Neutron API
is still processing API requests and finally it finishes properly.
But client may then try to retry to request which failed with 504 error
thus finally it may end up with duplicated resources created.

To avoid that, this patch increases server timeout for the neutron api
backend to 10 minutes.

Closes: rhbz#2083245
Change-Id: I0b59053618247d2a6d62d1c9e69173f3ff1d2922
(cherry picked from commit bb002c9d97)
2022-07-29 14:52:32 +00:00
doc Switch to newer openstackdocstheme and reno versions 2020-06-03 20:33:05 +02:00
files Remove puppet-certmonger related puppet-files 2021-04-21 09:56:05 +02:00
lib Add ability to noop a service 2021-10-05 05:01:50 +00:00
manifests Change neutron backend's timeout in haproxy to 10 minutes 2022-07-29 14:52:32 +00:00
releasenotes Revert "Fix live-migration with libvirt >= 6.8.0" 2022-07-12 08:45:57 +00:00
spec Merge "Octavia: Add optional inclusion of driver_agent class" into stable/wallaby 2022-07-27 18:56:44 +00:00
templates Modernize rabbitmq's TLS support 2021-10-12 07:19:52 +02:00
zuul.d Moves the shared zuul queue tripleo to the project level 2022-06-23 13:55:03 +03:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:08 +08:00
.gitreview Update .gitreview for stable/wallaby 2021-05-05 15:32:10 +00:00
.sync.yml Initial msync run for all Puppet OpenStack modules 2015-08-18 14:30:54 +02:00
bindep.txt Add Puppet package to bindep, for module build 2017-10-27 13:50:15 -07:00
Gemfile Use openstack_spec_helper from zuul checkout 2020-08-30 23:06:53 +02:00
LICENSE Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
metadata.json Bump metadata for wallaby tripleo repos release 2021-08-10 18:33:18 +03:00
Puppetfile_extras Remove unused puppet-ptp 2022-05-04 13:04:31 +00:00
Rakefile Composable HA 2017-01-25 19:32:31 +00:00
README.md Add the missing ':' in README 2018-07-28 07:57:53 +00:00
setup.cfg Force to use markdown to prevent pypi issue 2019-07-01 20:45:00 +02:00
setup.py chmod +x setup.py 2017-10-06 12:28:56 -07:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/wallaby 2021-05-05 15:32:16 +00:00

Team and repository tags

Team and repository tags

puppet-tripleo

Lightweight composition layer for Puppet TripleO.

Contributing