bifrost/releasenotes/notes/internal-address-c1f9ffb731373ea3.yaml
Dmitry Tantsur c0499c4e8c Consolidate the default IP address handling
Add a new parameter that can be overridden rather than hardcoding
the IPv4 address of network_interface. This paves a way to using
IPv6 addresses in the future (needs more work on the PXE side).

Change-Id: Ib677d8270665d9ff5c5f63cebc88fa3f29ff0b3a
2020-06-22 11:50:09 +02:00

8 lines
283 B
YAML

---
features:
- |
Adds a new parameter ``internal_ip`` specifying which IP address
to use for nodes to reach ironic and the HTTP server, and for cross-service
interactions when keystone is disabled. By default the IPv4 address of
the ``network_interface`` is used.