From 26fc14308817c8cd39eb90c660157f55bc0db26f Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 14 Sep 2015 14:16:47 +0100 Subject: Display glance image upload progress --- openstack/tester | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1