30d6d4c102
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
7 lines
231 B
YAML
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.
|