67be07fd5b
Add a new config parameter named "my_ipv6". The default value for my_ipv6 will be the IPv6 address of the interface used for the 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.). Requires oslo.utils version 6.2.0. Change-Id: Icd802879e56aec00793b3683e84b16847d1c798d
10 lines
389 B
YAML
10 lines
389 B
YAML
---
|
|
other:
|
|
- |
|
|
Add a new config option in DEFAULT section named ``my_ipv6``.
|
|
This new config option will be set by default to the local IPv6 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.
|