Replace deprecated EngineFacade from oslo_db
Bug #1479723 reported by
Peter Razumovsky
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
In Progress
|
High
|
Steve Baker |
Bug Description
oslo_db EngineFacade is deprecated now. We should replace it with current https:/
For more information read http://
Changed in heat: | |
assignee: | nobody → Peter Razumovsky (prazumovsky) |
Changed in heat: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in heat: | |
milestone: | none → next |
Changed in heat: | |
milestone: | newton-3 → next |
Changed in heat: | |
milestone: | next → pike-1 |
Changed in heat: | |
milestone: | pike-1 → pike-2 |
Changed in heat: | |
milestone: | pike-2 → pike-3 |
Changed in heat: | |
milestone: | pike-3 → pike-rc1 |
Changed in heat: | |
milestone: | pike-rc1 → next |
To post a comment you must log in.
I'm setting this to High because currently every single query is preceded by a SELECT 1 query, and this indicates that every query is happening in its own transaction.