From 76c539bae8732e04253175546f4e89af671dab30 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Thu, 31 May 2018 09:23:40 +0100 Subject: [PATCH] Fix typo --- zaza/utilities/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/utilities/openstack.py b/zaza/utilities/openstack.py index 73f0ee6..25ab78e 100644 --- a/zaza/utilities/openstack.py +++ b/zaza/utilities/openstack.py @@ -1440,7 +1440,7 @@ def upload_image_to_glance(glance, local_path, image_name, disk_format='qcow2', resource_reaches_status( glance.images, image.id, - expected_stat='active', + expected_status='active', msg='Image status wait') return image