Merge "Set a default password for the ubuntu customized image"

This commit is contained in:
Zuul 2021-09-29 18:06:03 +00:00 committed by Gerrit Code Review
commit 269b87d222
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class UbuntuMinimalImageFixture(glance.URLGlanceImageFixture):
disk_format = CONF.tobiko.ubuntu.disk_format or "qcow2"
container_format = CONF.tobiko.ubuntu.container_format or "bare"
username = CONF.tobiko.ubuntu.username or 'ubuntu'
password = CONF.tobiko.ubuntu.password
password = CONF.tobiko.ubuntu.password or 'ununtu'
connection_timeout = CONF.tobiko.ubuntu.connection_timeout or 600.