From a1075350ea1a26210b3ac059e5a2f208a24eb894 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 2 Aug 2017 10:42:32 +0100 Subject: [PATCH] Fixup missing rename for coordinator relation --- src/templates/gnocchi.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/gnocchi.conf b/src/templates/gnocchi.conf index d39ac2c..d6e5a5c 100644 --- a/src/templates/gnocchi.conf +++ b/src/templates/gnocchi.conf @@ -19,8 +19,8 @@ url = {{ shared_db.uri }} {%- endif %} [storage] -{% if coordinator.url -%} -coordination_url = {{ coordinator.url }} +{% if coordinator_memcached.url -%} +coordination_url = {{ coordinator_memcached.url }} {%- endif %} {% if storage_ceph.key -%}