Merge "Increase default connection timeout for CentOS VMs from 400 to 800 seconds"
This commit is contained in:
commit
ad0340fc8a
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user