Support building Neutron OVN agent image

Change-Id: I12ad980ef6d30ea98966c0f4eaf047e8d57a40e7
Closes-Bug: #2039558
This commit is contained in:
Mark Goddard 2023-10-30 15:09:38 +00:00
parent bd9043dca0
commit 82eba749de
2 changed files with 8 additions and 0 deletions

View File

@ -205,6 +205,8 @@ overcloud_container_image_regex_map:
enabled: "{{ kolla_enable_neutron | bool }}"
- regex: neutron-mlnx-agent
enabled: "{{ kolla_enable_neutron_mlnx | bool }}"
- regex: neutron-ovn-agent
enabled: "{{ kolla_enable_neutron | bool and kolla_enable_ovn | bool }}"
- regex: neutron-sriov-agent
enabled: "{{ kolla_enable_neutron_sriov | bool }}"
- regex: ^nova

View File

@ -0,0 +1,6 @@
---
features:
- |
Adds support for building the ``neutron-ovn-agent`` image when Neutron and
OVN are enabled. `LP#2039558
<https://bugs.launchpad.net/kayobe/+bug/2039558>`__