neutron/releasenotes/notes/Deprecate-allow_overlapping_ips-config-option-0e33af8876bad28f.yaml
Slawek Kaplonski 042de7e6bb Deprecate 'allow_overlapping_ips' config option
Config option allow_overlapping_ips is deprecated to removal now and
will be removed in the Z cycle.
Default value for that option is now set to True as this is supported by
IPAM module in Neutron.

Related-Bug: #1942294
Change-Id: I17bf5e4483025e9cc4ee04dd3e7c925f7bddc3db
2021-10-21 10:56:33 +00:00

9 lines
408 B
YAML

---
deprecations:
- |
Config option ``allow_overlapping_ips`` is deprecated for removal now.
Default value for that option is now changed to the ``True`` in the default
IPAM module of Neutron, as the only reason it was defaulting to ``False``
was to keep compatibility with Nova security group code that was removed
already. The config option itself will removed in the ``Z`` release.