rally-openstack/rally_openstack/common/cfg
Nobuto Murata 0ec255aad2 Avoid poll_interval to be the same as HTTP Keep-Alive timeout
When OpenStack API services are behind Apache2, HTTP Keep-Alive timeout
is 5 seconds out of the box. Polling operations with the same interval
as HTTP Keep-Alive timeout can cause intermittent failures like:

Unable to establish connection to
https://nova.example.com:8774/v2.1/servers/UUID:
('Connection aborted.', RemoteDisconnected('Remote end closed connection
without response',))

Let's avoid the same value by default as Apache2's HTTP Keep-Alive
timeout.

Closes-Bug: #1946912
Change-Id: Ibda414b129a44d38ed3c3a4b5a43fd45e63ec122
2021-10-22 11:49:24 +00:00
..
__init__.py Restruct the project 2020-03-27 19:06:13 +02:00
cinder.py Restruct the project 2020-03-27 19:06:13 +02:00
cleanup.py Restruct the project 2020-03-27 19:06:13 +02:00
glance.py Restruct the project 2020-03-27 19:06:13 +02:00
heat.py Restruct the project 2020-03-27 19:06:13 +02:00
ironic.py Restruct the project 2020-03-27 19:06:13 +02:00
keystone_roles.py Restruct the project 2020-03-27 19:06:13 +02:00
keystone_users.py Restruct the project 2020-03-27 19:06:13 +02:00
magnum.py Restruct the project 2020-03-27 19:06:13 +02:00
manila.py Restruct the project 2020-03-27 19:06:13 +02:00
mistral.py Restruct the project 2020-03-27 19:06:13 +02:00
monasca.py Restruct the project 2020-03-27 19:06:13 +02:00
murano.py Restruct the project 2020-03-27 19:06:13 +02:00
neutron.py Extend api_info section of env spec with pre_mitaka neutron cfg 2020-08-18 16:40:54 +03:00
nova.py Avoid poll_interval to be the same as HTTP Keep-Alive timeout 2021-10-22 11:49:24 +00:00
octavia.py Restruct the project 2020-03-27 19:06:13 +02:00
opts.py Restruct the project 2020-03-27 19:06:13 +02:00
osclients.py Restruct the project 2020-03-27 19:06:13 +02:00
profiler.py Restruct the project 2020-03-27 19:06:13 +02:00
sahara.py Restruct the project 2020-03-27 19:06:13 +02:00
senlin.py Restruct the project 2020-03-27 19:06:13 +02:00
tempest.py Replace "Member" with "member" 2020-06-23 22:30:02 +03:00
vm.py Restruct the project 2020-03-27 19:06:13 +02:00
watcher.py Restruct the project 2020-03-27 19:06:13 +02:00