puppet-keystone/releasenotes/notes/allow-drivername-for-postgresql-daa276a598844884.yaml
Benedikt Trefzer 7e0ea6b296 allow to specify drivername for postgres db
in newer versions of sqlalchemy a drivername is required to
avoid a warning. For postgres the driver is psycopg2.
The driver is optional.

Change-Id: Iffc84d224fd9891261d787241687991fd97f48f7
2020-07-28 16:23:49 +02:00

4 lines
62 B
YAML

---
features:
- Allow to specify drivername for postgres db