be2e28d013
As a result of the playbooks combined with the use of the sqllite database file, the inspector functionality was partially broken and could not be re-run without clean-up, in the form of the sqllite database file being removed, between test runs. Closes-Bug: #1554174 Change-Id: I77d33546dd97348298072b5047502b6705dfca11
11 lines
412 B
YAML
11 lines
412 B
YAML
---
|
|
upgrade:
|
|
- Ironic inspector has been switched to using MySQL as
|
|
its back-end database. This was to correct a bug that
|
|
functionally broke inspection.
|
|
fixes:
|
|
- A bug in file ownership resulted in the ironic-inspector
|
|
functionality not working as expected, and the test being
|
|
unable to be re-executed without manual clean-up. This has
|
|
been corrected by moving the database use to MySQL.
|