ceph-common: remove unused mon_addr_address.j2 template

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1065/head
Andrew Schoen 2016-11-02 15:35:07 -05:00
parent 49dba08c05
commit 66bf9eca20
1 changed files with 0 additions and 1 deletions

View File

@ -1 +0,0 @@
mon host = {% for host in groups[mon_group_name] %}{{ hostvars[host]['monitor_address'] if hostvars[host]['monitor_address'] is defined else monitor_address }}{% if not loop.last %},{% endif %}{% endfor %}