Release the notes about Sqlalchemy driver for freezer-api

Change-Id: I44356f36895a961808fa643b6fb45cbe9e49240e
This commit is contained in:
gengchc2 2018-10-24 21:23:10 -07:00
parent ab5db430b8
commit d2e1c199d2
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
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