Support building Neutron OVN agent image
Change-Id: I12ad980ef6d30ea98966c0f4eaf047e8d57a40e7 Closes-Bug: #2039558
This commit is contained in:
parent
bd9043dca0
commit
82eba749de
@ -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
|
||||
|
@ -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>`__
|
Loading…
Reference in New Issue
Block a user