ironic/releasenotes/notes/no-localhost-596adedfe388dfae.yaml
Dmitry Tantsur b6035d6137 Prevent localhost from being used as ironic-inspector callback URL
At least bifrost used to do it, so it's better to prevent users
from shooting their legs.

Change-Id: Idf25d9f434483f023ad7a40b6c242635ab89a804
Story: #1528920
2019-11-27 16:28:35 +01:00

8 lines
283 B
YAML

---
upgrade:
- |
Using localhost as the Bare Metal Introspection endpoint will not work
when managed boot is used for in-band inspection. Either update the
endpoint to a real IP address or use the new configuration option
``[inspector]callback_endpoint_override``.