From 4c2ccfa78f1963dca34aacc26ccab06556bb7824 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Tue, 4 Feb 2025 09:13:55 +0000 Subject: [PATCH] Fix SB relay container tag checking --- tools/kolla-images.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/kolla-images.py b/tools/kolla-images.py index 82ded3f81..1065db034 100755 --- a/tools/kolla-images.py +++ b/tools/kolla-images.py @@ -91,6 +91,7 @@ "neutron_eswitchd": "neutron_mlnx_agent", "neutron_tls_proxy": "haproxy", "nova_compute_ironic": "nova", + "ovn_sb_db_relay": "ovn", "redis_sentinel": "openstack", "swift_object_expirer": "swift", "tgtd": "iscsi",