summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-09-14 14:16:47 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-16 14:55:44 +0000
commit26fc14308817c8cd39eb90c660157f55bc0db26f (patch)
tree24c1325434b7ea832aba386de4c24ce572493a32
parent3a9c2eb22bd99ac6fa979d22b8ee8e59dc2eec44 (diff)
downloadciat-tester-26fc14308817c8cd39eb90c660157f55bc0db26f.tar.gz
Display glance image upload progress
-rwxr-xr-xopenstack/tester2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/tester b/openstack/tester
index 7d68056..153304c 100755
--- a/openstack/tester
+++ b/openstack/tester
@@ -155,7 +155,7 @@ class Deployment(object):
# Deploy the image to openstack
# TODO: Ensure this is cleaned up when something raises an exception
- args = ['glance', 'image-create',
+ args = ['glance', 'image-create', '--progress',
'--name', hostname,
'--disk-format', 'raw',
'--container-format', 'bare',