Do not apply work-around to OVN deploys

This commit is contained in:
Liam Young
2022-03-16 06:29:55 +00:00
parent 20e3e1412d
commit 4fcf8d2c7a

View File

@@ -168,6 +168,10 @@ def disable_ohm_port_security():
def bug_1964117_workaround():
"""Apply Bug #1964117 if allowed."""
if openstack.ovn_present():
# Issue only known to affect ml2 ovs so if do not apply work around
# to ovn deploys.
return
allow_pkg_list = ['2.16.0-0ubuntu2.1~cloud0']
allow_release_list = ['focal_xena']
_allow_release_list = [