Convert to raw

This commit is contained in:
Mohammed Naser 2020-08-16 12:32:07 -04:00
parent ce236dabf8
commit bb92dd2051
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
gcc [compile]
libc6-dev [compile]
libc6
qemu-utils

View File

@ -89,6 +89,7 @@ def main():
result = subprocess.call([
'discover-tempest-config', '--debug', '--non-admin',
'--convert-to-raw',
'--create-accounts-file', accounts_file.name,
'--out', tempest_conf.name
])