From c15ac4415082d849cea3281b7e9334246ef899f4 Mon Sep 17 00:00:00 2001 From: James Page Date: Thu, 27 Mar 2014 09:36:34 +0000 Subject: [PATCH] Fixup incorrect use of config --- hooks/keystone_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/keystone_utils.py b/hooks/keystone_utils.py index 19cdb4a9..888c882c 100755 --- a/hooks/keystone_utils.py +++ b/hooks/keystone_utils.py @@ -552,7 +552,7 @@ def synchronize_service_credentials(): unison.sync_to_peers(peer_interface='cluster', paths=[SERVICE_PASSWD_PATH], user=SSH_USER, verbose=True) - if config('http-service-endpoints') in ['True', 'true']: + if config('https-service-endpoints') in ['True', 'true']: unison.sync_to_peers(peer_interface='cluster', paths=[SSL_DIR], user=SSH_USER, verbose=True)