From a8860c4e8826689909088f95ff15f1cb2813647f Mon Sep 17 00:00:00 2001 From: Maksim Malchuk Date: Fri, 8 Apr 2022 00:16:49 +0300 Subject: [PATCH] Restore forgotten linuxbridge-agent container There is no mechanism to check which agent would be used and build all the possible agents, but forgot the linuxbridge one. Change-Id: I955a2c12b5143a63422cab50c74191bc22c63932 Signed-off-by: Maksim Malchuk --- ansible/group_vars/all/kolla | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all/kolla b/ansible/group_vars/all/kolla index 1e3623d40..28b44f171 100644 --- a/ansible/group_vars/all/kolla +++ b/ansible/group_vars/all/kolla @@ -202,7 +202,7 @@ overcloud_container_image_regex_map: - regex: neutron-server enabled: "{{ kolla_enable_neutron | bool }}" # Neutron SFC agent not currently supported on CentOS binary builds. - - regex: "neutron-\\(dhcp\\|l3\\|metadata\\|openvswitch\\)-agent" + - regex: "neutron-\\(dhcp\\|l3\\|metadata\\|linuxbridge\\|openvswitch\\)-agent" enabled: "{{ kolla_enable_neutron | bool }}" - regex: neutron-mlnx-agent enabled: "{{ kolla_enable_neutron_mlnx | bool }}"