tests: Increase container-update timeouts for rolling upgrade jobs

This should help make tests that rely on up-to-date listings more reliable.

Change-Id: Ib888c84fa629cc78f48a8251eda98c0fa51242c0
This commit is contained in:
Tim Burke 2020-11-06 13:32:04 -08:00
parent c75e23e81f
commit 24060f6e62

View File

@ -99,6 +99,8 @@
cmd: |
crudini --set /etc/swift/object-server.conf DEFAULT bind_ip {{ hostvars['object1'].nodepool.public_ipv4 }}
crudini --set /etc/swift/object-server.conf DEFAULT user {{ ansible_user_id }}
crudini --set /etc/swift/object-server.conf DEFAULT conn_timeout 3
crudini --set /etc/swift/object-server.conf DEFAULT container_update_timeout 3
executable: /bin/bash
- hosts: swift-cluster