Merge "Increase default connection timeout for CentOS VMs from 400 to 800 seconds"

This commit is contained in:
Zuul 2020-11-09 18:36:50 +00:00 committed by Gerrit Code Review
commit ad0340fc8a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class CentosImageFixture(glance.URLGlanceImageFixture):
container_format = CONF.tobiko.centos.container_format or "bare"
username = CONF.tobiko.centos.username or 'centos'
password = CONF.tobiko.centos.password
connection_timeout = CONF.tobiko.centos.connection_timeout or 400.
connection_timeout = CONF.tobiko.centos.connection_timeout or 800.
class CentosFlavorStackFixture(_nova.FlavorStackFixture):