Missing extensions=qos in sriov_agent.ini - Cannot use qos with sriov
Bug #1938277 reported by
Marco Marino
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Neutron Open vSwitch Charm |
Fix Released
|
Undecided
|
Erlon R. Cruz |
Bug Description
It seems that there is a missing "enable-qos" parameter for this charm. Indeed if I have enable-sriov=true and I want to use qos with sriov, I need a piece of configuration in /etc/neutron/
The missing part is:
[agent]
extensions = qos
So, a possible solution could be:
in /etc/neutron/
{% if enable_sriov and enable_qos -%}
[agent]
extensions = qos
{% endif -%}
Changed in charm-neutron-openvswitch: | |
status: | New → Confirmed |
assignee: | nobody → Erlon R. Cruz (sombrafam) |
Changed in charm-neutron-openvswitch: | |
status: | In Progress → Fix Committed |
milestone: | none → 22.04 |
Changed in charm-neutron-openvswitch: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/c/openstack /charm- neutron- openvswitch/ +/813882
Review: https:/