Merge "Unify external_ceph.yml filename"

This commit is contained in:
Jenkins 2017-08-15 09:18:16 +00:00 committed by Gerrit Code Review
commit 2e6fa4fe15
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']