Files
puppet-oslo/releasenotes/notes/oslo-db-config-group-4502ce93406f57b4.yaml
Tobias Urdin 2db95e6243 Add config group support to oslo::db
We must support setting the oslo.db config
options in another section since services
like placement doesn't use the database section
but it's own placement_database section to
have backward compatibility from the split out
from nova.

[1] https://github.com/openstack/placement/blob/master/placement/conf/database.py#L50

Change-Id: I9f556c7839b3ea455d556d67d4ae2598a524b595
2019-01-18 11:22:56 +01:00

10 lines
423 B
YAML

---
features:
- |
Added new parameter oslo::db::config_group that can be used to tell the
oslo::db resource in which config section in the configuration file it
should set the oslo.db specific database options. This doesn't change any
existing behavior and the default value is ``database``, this is to support
services like Placement that reads database config from ``placement_database``
group.