Add blank space to deploy.yml file
TrivialFix Change-Id: I2ba1e29cbebaa78edf50f21ff8089f0b5cacc830
This commit is contained in:
parent
43517f48f5
commit
c8f6d925cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user