Merge "Deprecate allow_stateless_action_supported config option"

This commit is contained in:
Zuul 2023-02-20 21:20:17 +00:00 committed by Gerrit Code Review
commit 5ebb7bb75a
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.