From 651a2f033ea28fca0bfa533d8cd2ccbeff00c441 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Thu, 19 Jun 2014 11:02:49 +0100 Subject: [PATCH] More lint fixes --- hooks/neutron_api_hooks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hooks/neutron_api_hooks.py b/hooks/neutron_api_hooks.py index 47cf2303..d3d3ad7b 100755 --- a/hooks/neutron_api_hooks.py +++ b/hooks/neutron_api_hooks.py @@ -268,7 +268,8 @@ def ha_joined(): def ha_changed(): clustered = relation_get('clustered') if not clustered or clustered in [None, 'None', '']: - log('ha_changed: hacluster subordinate not fully clustered.:' + str(clustered)) + log('ha_changed: hacluster subordinate not fully clustered.:' + + str(clustered)) return if not is_leader(CLUSTER_RES): log('ha_changed: hacluster complete but we are not leader.')