ironic/releasenotes/notes/socat-address-conf-5cf043fabb10bd76.yaml
wangkf 3901e0b921 Make IP address of socat console configurable
When ironic supports VLAN, the management network is usually not
the same as provision network, where TFTP server resides.

This patch adds a new configuration for socat address, namely
[console]/socat_address, and defaults to $my_ip for backward
compatibility.

Change-Id: I329a1707c74dc187d890231376e8ddf9eb36390b
Closes-Bug: #1691344
2017-07-07 13:14:03 +08:00

8 lines
248 B
YAML

---
features:
- |
Adds configuration option ``[console]/socat_address`` so
that the binding address of socat based console can be
configured independently. The option is backward compatible
by keeping $my_ip as the default value.