Merge "Add new DEFAULT option named "my_ipv6""
This commit is contained in:
@ -161,6 +161,10 @@ core_opts = [
|
||||
help=_('IPv4 address of this host. If no address is provided '
|
||||
'and one cannot be determined, 127.0.0.1 will be '
|
||||
'used.')),
|
||||
cfg.StrOpt('my_ipv6', default=netutils.get_my_ipv6(),
|
||||
help=_('IPv6 address of this host. If no address is provided '
|
||||
'and one cannot be determined, ::1 will be '
|
||||
'used.')),
|
||||
]
|
||||
|
||||
core_cli_opts = [
|
||||
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
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.
|
@ -44,7 +44,7 @@ oslo.rootwrap>=5.15.0 # Apache-2.0
|
||||
oslo.serialization>=2.25.0 # Apache-2.0
|
||||
oslo.service>=2.8.0 # Apache-2.0
|
||||
oslo.upgradecheck>=1.3.0 # Apache-2.0
|
||||
oslo.utils>=4.8.0 # Apache-2.0
|
||||
oslo.utils>=6.2.0 # Apache-2.0
|
||||
oslo.versionedobjects>=1.35.1 # Apache-2.0
|
||||
osprofiler>=2.3.0 # Apache-2.0
|
||||
os-ken>=2.2.0 # Apache-2.0
|
||||
|
Reference in New Issue
Block a user