Merge "Add blank space to deploy.yml file"

This commit is contained in:
Jenkins 2016-11-24 14:24:50 +00:00 committed by Gerrit Code Review
commit 08e8147a69

View File

@ -1,12 +1,12 @@
---
- include: ceph.yml
when:
- enable_ceph|bool
- enable_ceph | bool
- gnocchi_backend_storage == 'ceph'
- include: external_ceph.yml
when:
- enable_ceph|bool == False
- enable_ceph | bool == False
- gnocchi_backend_storage == 'ceph'
- include: register.yml