Files
neutron/releasenotes/notes/deprecate-vlan_transparent-and-vlan_qinq-config-options-ed2384c02e2dab53.yaml
Slawek Kaplonski 11ff4f2f98 Deprecate vlan_qinq and vlan_transparent config options
Those config knobs are now deprecated as availability of the appropriate
API extension can be calculated based on the mech drivers loaded.
It still can be disabled manually using deprecated config options but
to do that it has to be explicitly set to "False".

Additionally this patch changes default value of both those config
options to be `None` now which means - calculate it automatically.

Closes-bug: #2092174
Change-Id: I3df2d3ebc8320c7df80ced25c18f5f573722b8d5
2025-05-29 14:51:50 +00:00

10 lines
450 B
YAML

---
deprecations:
- |
Config options ``vlan_transparent`` and ``vlan_qinq`` are now deprecated and
will be removed in a future release. Availability of the ``vlan-transparent``
and ``vlan-qinq`` API extensions can now be calculated by Neutron based on the
mechanism drivers enabled in the environment. If any of the enabled
mechanism drivers do not support these features, the API extensions will be
disabled automatically.