Merge "Support building Neutron OVN agent image"

This commit is contained in:
Zuul 2023-11-01 20:04:09 +00:00 committed by Gerrit Code Review
commit af90e846fb
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>`__