Merge "[OVN] Add subnet-service-types as supported by OVN mech driver"

This commit is contained in:
Zuul 2021-06-28 13:44:28 +00:00 committed by Gerrit Code Review
commit ebbf51c2b3
2 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,8 @@ The following Neutron API extensions are supported with OVN:
+----------------------------------+-----------------------------+
| Subnet Allocation | subnet_allocation |
+----------------------------------+-----------------------------+
| Subnet service types | subnet-service-types |
+----------------------------------+-----------------------------+
| Tag support | standard-attr-tag |
+----------------------------------+-----------------------------+
| Time Stamp Fields | standard-attr-timestamp |

View File

@ -56,6 +56,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 subnet_service_types
from neutron_lib.api.definitions import trunk
from neutron_lib.api.definitions import vlantransparent
from neutron_lib import constants
@ -121,6 +122,7 @@ ML2_SUPPORTED_API_EXTENSIONS = [
constants.SUBNET_ALLOCATION_EXT_ALIAS,
'standard-attr-tag',
'standard-attr-timestamp',
subnet_service_types.ALIAS,
trunk.ALIAS,
'quota_details',
seg_def.ALIAS,