zaqar/releasenotes/notes/sql_init-c9b3883241631f24.yaml
Thomas Herve 10b07c9ccf Remove table creation from the SQL driver
Table creation must happen outside of API requests. This changes the
devstack plugin to create the tables properly.

Change-Id: I57c4fba06dc6725ea977477b777e4ffd6856adde
2017-02-22 16:29:58 -05:00

8 lines
282 B
YAML

---
critical:
- |
When using the sqlalchemy driver, operators now are required to run
"zaqar-sql-db-manage upgrade" before making the service available. The
service previously tried to create the database on the first request, but
it was bound to race conditions.