Merge "correct stat option when ceph is present"

This commit is contained in:
Zuul 2018-07-06 19:59:53 +00:00 committed by Gerrit Code Review
commit e04a8b47ca

View File

@ -128,7 +128,7 @@
{% if (ceph_mons is defined) and (ceph_mons | length > 0) and (inventory_hostname in groups['cinder_volume']) %}
{% set ceph_detect = true %}
{% else %}
{% set ceph_detect = ceph.stats.exists | bool %}
{% set ceph_detect = ceph.stat.exists | bool %}
{% endif %}
{{ ceph_detect }}