Skip to content
Snippets Groups Projects
Commit a8860c4e authored by Maksim Malchuk's avatar Maksim Malchuk
Browse files

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: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
parent 7b8c2fa6
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment