ovn: enable stateless-security-group api

The feature is long implemented but the list of extensions was not
updated accordingly. Because of missing tempest test cases for the
field, it was not caught before.

Conflicts:
      neutron/common/ovn/extensions.py

Closes-Bug: #1949451
Change-Id: I85f7749e7e6186b9e3a7534bce6c306b18702333
(cherry picked from commit c95ccf0a43)
This commit is contained in:
Ihar Hrachyshka 2021-11-04 03:02:03 +00:00
parent 72b9bee2b0
commit 666562a258
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ from neutron_lib.api.definitions import security_groups_normalized_cidr
from neutron_lib.api.definitions import security_groups_remote_address_group
from neutron_lib.api.definitions import segment as seg_def
from neutron_lib.api.definitions import sorting
from neutron_lib.api.definitions import stateful_security_group
from neutron_lib.api.definitions import subnet_service_types
from neutron_lib.api.definitions import trunk
from neutron_lib.api.definitions import vlantransparent
@ -120,6 +121,7 @@ ML2_SUPPORTED_API_EXTENSIONS = [
'security-group',
security_groups_normalized_cidr.ALIAS,
security_groups_remote_address_group.ALIAS,
stateful_security_group.ALIAS,
'standard-attr-description',
constants.SUBNET_ALLOCATION_EXT_ALIAS,
'standard-attr-tag',