
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
10 lines
450 B
YAML
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.
|