Image "neutron-ovn-agent" is not being built

Bug #2039558 reported by Stefan Pinter
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kayobe
New
Undecided
Unassigned

Bug Description

image "neutron-ovn-agent" is not being built although I've set "kolla_enable_ovn" to true and my environment seems to need this image.

contents from "ansible/inventory/group_vars/all/kolla"

...
  - regex: ^ovn
    enabled: "{{ kolla_enable_ovn | bool }}"
...
  - regex: neutron-server
    enabled: "{{ kolla_enable_neutron | bool }}"
  - regex: "neutron-\\(dhcp\\|l3\\|metadata\\|linuxbridge\\|openvswitch\\)-agent"
    enabled: "{{ kolla_enable_neutron | bool }}"
  - regex: neutron-mlnx-agent
    enabled: "{{ kolla_enable_neutron_mlnx | bool }}"
  - regex: neutron-sriov-agent
    enabled: "{{ kolla_enable_neutron_sriov | bool }}"
...

I don't see this adding the correct regex, so I added this to the file:

  - regex: neutron-ovn-agent
    enabled: "{{ kolla_enable_ovn | bool }}"

at least it builds the neutron-ovn-agent image now...

am I doing something wrong or is this missing?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.