diff --git a/bindep.txt b/bindep.txt index 03ab78a..5be42ca 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,3 +1,4 @@ gcc [compile] libc6-dev [compile] libc6 +qemu-utils diff --git a/tempest_pushgateway/__init__.py b/tempest_pushgateway/__init__.py index c61a7c2..81f3484 100644 --- a/tempest_pushgateway/__init__.py +++ b/tempest_pushgateway/__init__.py @@ -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 ])