puppet-ironic/releasenotes/notes/switch-to-ironic-inspector-user-702ad9a5eb605583.yaml
Takashi Kajinami 2eaa4e1aa0 inspector: Prepare to use ironic-inspector user by default
Currently even ironic-inspector services use the ironic keystone user
though the ironic-inspector keystone user is created. This adds
a warning message to make users aware of the future change to use
the own service user.

Change-Id: I62b7cf88496a811f4068244d7a3fb563a53aa1d6
2023-12-19 01:22:31 +09:00

12 lines
404 B
YAML

---
upgrade:
- |
Default value of the username parameters in the following classes will be
changed from ``ironic`` to ``ironic-inspector`` in a future release. Set
the username parameters explicitly to keep using the ``ironic`` user.
- ``ironic::inspector::authtoken``
- ``ironic::inspector::ironic``
- ``ironic::inspector::service_catalog``
- ``ironic::inspector::swift``