From 56920a1c54164f692298ecb6289c08e37d9245a6 Mon Sep 17 00:00:00 2001 From: cristinapauna Date: Fri, 16 Sep 2016 15:03:15 +0300 Subject: Fix formatting error This is a fix for https://jira.opnfv.org/browse/FUNCTEST-477 The script terminated due to incomplete formatting Change-Id: I580750e2fe6b1b8957ab017c64d44b9693760860 Signed-off-by: cristinapauna --- utils/openstack_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/openstack_utils.py b/utils/openstack_utils.py index e61d06434..da9bc5a1b 100755 --- a/utils/openstack_utils.py +++ b/utils/openstack_utils.py @@ -389,7 +389,7 @@ def delete_floating_ip(nova_client, floatingip_id): nova_client.floating_ips.delete(floatingip_id) return True except Exception, e: - logger.error("Error [delete_floating_ip(nova_client, '%s')]:" + logger.error("Error [delete_floating_ip(nova_client, '%s')]: %s" % (floatingip_id, e)) return False -- cgit 1.2.3-korg