6a8cfbb933
Currently External Ceph Cinder config requires the user to create cinder service custom configuration. This change alters the if/else statements to template out cinder backends configuration when cinder_backend_ceph is True. Change-Id: I143c3b44d2839e56d1dbf28484c0eaae0a753dc9
9 lines
336 B
YAML
9 lines
336 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Default behavior for generating cinder.conf template has changed,
|
|
now cinder.conf with rbd-1 section will be generated when external Ceph
|
|
functionality is used i.e. cinder_backend_ceph is set to true.
|
|
Previously it was only included when Kolla-Ansible internal
|
|
Ceph deployment mechanism was used.
|