Image "neutron-ovn-agent" is not being built
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kayobe |
Fix Released
|
Medium
|
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/
...
- regex: ^ovn
enabled: "{{ kolla_enable_ovn | bool }}"
...
- regex: neutron-server
enabled: "{{ kolla_enable_
- regex: "neutron-
enabled: "{{ kolla_enable_
- regex: neutron-mlnx-agent
enabled: "{{ kolla_enable_
- regex: neutron-sriov-agent
enabled: "{{ kolla_enable_
...
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?
Changed in kayobe: | |
importance: | Undecided → Medium |
This is a fairly recent image and is only needed for QoS for hardware offloaded ports. That said, it does look like we lack support for it currently. I think your solution looks reasonable, I will propose it.