c0499c4e8c
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
8 lines
283 B
YAML
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.
|