Update git submodules

* Update rally-openstack from branch 'master'
  to 0ec255aad23aea7693f9b830962370a0500767b9
  - 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
This commit is contained in:
Nobuto Murata 2021-10-23 04:05:13 +09:00 committed by Gerrit Code Review
parent d5003eb19c
commit a8bf7f721b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 20590f3071f6cc9f567a10106a2908f0e0ec7507
Subproject commit 0ec255aad23aea7693f9b830962370a0500767b9