bifrost/releasenotes/notes/change-inspector-to-use-mysql-17cb03cabb958ff9.yaml
Julia Kreger be2e28d013 Change inspector config to use MySQL
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
2016-03-08 09:41:49 -05:00

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.