Comment 5 for bug 1929676

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/793360
Committed: https://opendev.org/openstack/neutron/commit/7d8a5eb5a76ce5df8688db8b792a6dd4d839d677
Submitter: "Zuul (22348)"
Branch: master

commit 7d8a5eb5a76ce5df8688db8b792a6dd4d839d677
Author: Slawek Kaplonski <email address hidden>
Date: Thu May 27 11:31:17 2021 +0200

    [OVN] Add availability zone to the ML2_SUPPORTED_API_EXTENSIONS list

    Currently in the ML2_SUPPORTED_API_EXTENSIONS which is list of
    extensions supported by OVN mech driver there was
    network_availability_zone extension. But that extension requires
    availability_zone extension which was added only in
    ML2_SUPPORTED_API_EXTENSIONS_OVN_L3 which is list of extensions
    supported by the OVN L3 plugin.
    To fix that, this patch adds availability_zone extension to the
    ML2_SUPPORTED_API_EXTENSIONS list also.

    Related-Bug: #1929676
    Change-Id: If815cff18f83962233f3d6a535b18070690ce948