dbe67005a5
It is currently possible to provide arbitrary config settings for Cinder using the "cinder::config::cinder_config:" hiera key. To add a backend though particular one has to edit the list of enabled backends in Cinder too which isn't possible. This change will make it possible using a user-customizable array of backends to be enabled. Change-Id: Ic664c1c2b0f7b1b4b6be8b5064a38650694d4857
14 lines
388 B
YAML
14 lines
388 B
YAML
# Hiera data here applies to all volume storage nodes
|
|
|
|
# cinder
|
|
cinder::scheduler::scheduler_driver: cinder.scheduler.filter_scheduler.FilterScheduler
|
|
|
|
cinder::config::cinder_config:
|
|
DEFAULT/nova_catalog_info:
|
|
value: 'compute:Compute Service:internalURL'
|
|
DEFAULT/swift_catalog_info:
|
|
value: 'object-store:swift:internalURL'
|
|
|
|
cinder_user_enabled_backends: []
|
|
|
|
volume_classes: [] |