neutron/releasenotes/notes/new-my-ip-config-b8efeb05dd50cfd6.yaml
Arnaud Morin adaba13bdb Add new DEFAULT option named "my_ip"
Add a new parameter in config named "my_ip".
The default value for my_ip will be the IPv4 of the interface used for
default gateway.

This new option is not used for now in any neutron code, but may be
used by operators to configure other options (like local_ip,
ovsdb_connection, etc.).

Signed-off-by: Arnaud Morin <arnaud.morin@gmail.com>
Change-Id: Idee31f2c4fed992ed63a51bfbb8d6e2ebb54cf5d
2023-05-04 11:06:49 +02:00

10 lines
387 B
YAML

---
other:
- |
Add a new config option in DEFAULT section named ``my_ip``.
This new config option will be set by default to the local IPv4 configured
to reach the default gateway.
This new setting might be useful for operators that need to configure this
IP in another part of their config (like OVS/local_ip) without relying on
any external templating system.