Files
freezer-api/releasenotes/notes/add-mysql-support-for-freezer-api-e226f59425a2183c.yaml
Stephen Finucane c0ed7726d8 Add pre-commit
Better linting. We fix the issues this highlights in the process.

Change-Id: I02ce11b497988bc0165f20fbca678d13bed5827e
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-05-02 10:38:39 +02:00

14 lines
489 B
YAML

---
features:
- |
Completely support sqlalchemy driver for freezer-api.
The previous version only implemented part one. In this patch,
sqlalchemy driver has been completely implemented for freezer-api.
See links in detail: https://storyboard.openstack.org/#!/story/2004132
The configuration example is as follows:
[database]
connection = mysql+pymysql://root:stack@127.0.0.1/freezer?charset=utf8
[storage]
backend = sqlalchemy
driver = sqlalchemy