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.')