10b07c9ccf
Table creation must happen outside of API requests. This changes the devstack plugin to create the tables properly. Change-Id: I57c4fba06dc6725ea977477b777e4ffd6856adde
8 lines
282 B
YAML
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.
|