Fixup missing rename for coordinator relation

This commit is contained in:
James Page 2017-08-02 10:42:32 +01:00
parent 2c14632fe1
commit a1075350ea
1 changed files with 2 additions and 2 deletions

View File

@ -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 -%}