From 4c2f723332e2bfa5e67e80741c606e845050895c Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Wed, 13 May 2020 14:34:13 +0100 Subject: [PATCH] Fix missing brace --- zaza/openstack/charm_tests/cinder/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/cinder/tests.py b/zaza/openstack/charm_tests/cinder/tests.py index ec6caf0..4a851ce 100644 --- a/zaza/openstack/charm_tests/cinder/tests.py +++ b/zaza/openstack/charm_tests/cinder/tests.py @@ -127,7 +127,7 @@ class CinderTests(test_utils.OpenStackBaseTest): def test_105_volume_create_from_img(self): """Test creating a volume from an image.""" logging.debug("finding image {} ..." - .format(glance_setup.LTS_IMAGE_NAME) + .format(glance_setup.LTS_IMAGE_NAME)) image = self.nova_client.glance.find_image( glance_setup.LTS_IMAGE_NAME) logging.debug("using cinder_client to create volume from image {}"