Unify external_ceph.yml filename

It is external_ceph.yml for cinder/glance/gnocchi.

Change-Id: I534bffe5fc914e2850fb5cb5719fd99afa06c6c4
This commit is contained in:
Christian Berendt 2017-08-07 10:44:23 +02:00
parent 86fc2160f7
commit 7f4742ff4b
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
inventory_hostname in groups['nova-novncproxy'] or
inventory_hostname in groups['nova-scheduler']
- include: external-ceph.yml
- include: external_ceph.yml
when:
- not enable_ceph | bool and nova_backend == "rbd"
- inventory_hostname in groups['compute']