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.

Closes-Bug: #1949451
Change-Id: I85f7749e7e6186b9e3a7534bce6c306b18702333
This commit is contained in:
Ihar Hrachyshka
2021-11-04 03:02:03 +00:00
parent 278af85123
commit c95ccf0a43

View File

@@ -59,6 +59,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_dns_publish_fixed_ip
from neutron_lib.api.definitions import subnet_service_types
from neutron_lib.api.definitions import trunk
@@ -129,6 +130,7 @@ ML2_SUPPORTED_API_EXTENSIONS = [
security_groups_normalized_cidr.ALIAS,
security_groups_remote_address_group.ALIAS,
security_groups_shared_filtering_lib.ALIAS,
stateful_security_group.ALIAS,
'standard-attr-description',
constants.SUBNET_ALLOCATION_EXT_ALIAS,
'standard-attr-tag',