summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xopenstack/tester3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack/tester b/openstack/tester
index 9dd4086..18ab59f 100755
--- a/openstack/tester
+++ b/openstack/tester
@@ -178,7 +178,8 @@ class Deployment(object):
'--disk-format', 'raw',
'--container-format', 'bare',
'--file', self.image_file]
- cliapp.runcmd(args, stdin=None, stdout=None, stderr=None)
+ output = cliapp.runcmd(args)
+ print(output)
# Get a novaclient object
nc = client.Client(2,