Merge "correct stat option when ceph is present"
This commit is contained in:
commit
e04a8b47ca
@ -128,7 +128,7 @@
|
|||||||
{% if (ceph_mons is defined) and (ceph_mons | length > 0) and (inventory_hostname in groups['cinder_volume']) %}
|
{% if (ceph_mons is defined) and (ceph_mons | length > 0) and (inventory_hostname in groups['cinder_volume']) %}
|
||||||
{% set ceph_detect = true %}
|
{% set ceph_detect = true %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set ceph_detect = ceph.stats.exists | bool %}
|
{% set ceph_detect = ceph.stat.exists | bool %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ ceph_detect }}
|
{{ ceph_detect }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user