9344eb22d1
Adding an upgrade check to provide awareness to the state of the database in regards if an unexpected engine is in use or if the character set encoding is also not UTF8. These will raise non-fatal warnings on the upgrade status check. Change-Id: Ide0eb4690a056be557e5ea7d5ba5f6be37b50d0a Story: 2010384
9 lines
371 B
YAML
9 lines
371 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Adds an upgrade status check for the Allocation table engine and
|
|
character set encoding on MySQL. This is a result of a missing
|
|
encoding definition on the table schema when originally created.
|
|
This issue will be remedied, in part, in a later version of Ironic,
|
|
but the upgrade status check will provide advance operator visibility.
|