ironic/releasenotes/notes/fix-sqlite-lock-61232cfe81adbde4.yaml
LALLAU Bertrand 6af6d10ab3 Instance provisioning fails on SQLite
The following error occurs when using SQLite:
oslo_config.cfg.NoSuchOptError: no such option hostname in group [DEFAULT]

`hostname` is not defined in [DEFAULT] group, use `host` instead.

Closes-Bug: #2086682
Change-Id: Ic93b5d7c6ea27a3c47daa6b2c6671aaa401b5427
2024-11-05 18:54:41 +00:00

8 lines
250 B
YAML

---
fixes:
- |
Fix issue on SQLite database usage. Previously ironic node provisioning may
fail with error related accessing the hostname.
For more details please see
`bug 2086682 <https://bugs.launchpad.net/ironic/+bug/2086682>`_.