puppet-zaqar/releasenotes/notes/sqlalchemy-package-3ac8b214e19bb380.yaml
Takashi Kajinami 30d6d4c102 sqlalchemy: Ensure backend package is installed
Some of the backends supported by sqlalchemy (eg mysql + pymysql)
require additional packages. This ensures the required packages are
installed using the oslo::db defined type.

Change-Id: I7fc4cea95a0a7ecba7def9db4f01c16ef1cfa2f3
2023-11-16 02:02:40 +09:00

7 lines
231 B
YAML

---
features:
- |
The ``zaqar::management::sqlalchemy`` class now ensures the dependent
library packages such as PyMySQL is installed. The package's state can be
customized using the new ``package_ensure`` parameter.