Deprecate allow_stateless_action_supported config option

This config option will not be needed anymore in 2023.2 (Bobcat) release
of Neutron as we will not support then Ubuntu 20.04 so we will be able
to bump minimal required OVN version to be >= 21.06.

Related-Bug: #2003999
Change-Id: I6933019406dfee67b279a413310a7a19f485d372
This commit is contained in:
Slawek Kaplonski 2023-01-27 12:04:05 +01:00
parent 7cb481a3dc
commit 6df75ca696
2 changed files with 9 additions and 0 deletions

View File

@ -215,6 +215,8 @@ ovn_opts = [
'baremetal nodes. Defaults to False.')),
cfg.BoolOpt('allow_stateless_action_supported',
default=True,
deprecated_for_removal=True,
deprecated_since="2023.1",
help=_('If OVN older than 21.06 is used together with '
'Neutron, this option should be set to ``False`` in '
'order to disable ``stateful-security-group`` API '

View File

@ -0,0 +1,7 @@
---
deprecations:
- |
Config option ``allow_stateless_action_supported`` is deprecated to
removal and will be removed in ``2023.2 (Bobcat)`` release.
This option will not be needed anymore as Neutron will not be supported to
be run with OVN < 21.06.