puppet-placement/releasenotes/notes/placement-use-oslo-db-d896185a903f449a.yaml
Tobias Urdin 6e8f986362 Use oslo::db to placement::db class
This patch changes so the placement::db class uses the
oslo::db and adds the parameters that placement supports
based on [1].

Patch utilizes the fix in [2] to puppet-oslo that allows
setting different config groups for database configuration
that we need because placement uses the placement_database
section [3].

[1] https://github.com/openstack/placement/blob/master/placement/conf/database.py#L58
[2] https://review.openstack.org/#/c/631772/
[3] https://github.com/openstack/placement/blob/master/placement/conf/database.py#L50

Depends-On: https://review.openstack.org/#/c/631772/
Change-Id: I6b408245c8f6139e3d01ab25dfe749724e2c53f5
2019-01-18 16:37:30 +01:00

17 lines
517 B
YAML

---
features:
- |
Added the following parameters to placement::db, it now also uses the
oslo::db resource to create the databaes configuration:
- ``database_sqlite_synchronous``
- ``database_slave_connection``
- ``database_mysql_sql_mode``
- ``database_max_pool_size``
- ``database_max_retries``
- ``database_retry_interval``
- ``database_max_overflow``
- ``database_connection_debug``
- ``database_connection_trace``
- ``database_pool_timeout``