
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
10 lines
423 B
YAML
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.
|