Skip to content
Snippets Groups Projects
Commit 38b8f756 authored by German Espinoza's avatar German Espinoza
Browse files

Adds condition to handle QoS extension in sriov_agent.ini template


When Neutron QoS is enabled, the QoS extension needs to be defined
in the sriov_agent.ini file.

Closes-Bug: #2041863
Change-Id: Id0de181df06a9e382a1483b32c12a8b5da1b71a9
Signed-off-by: default avatarGerman Espinoza <gespinoza@whitestack.com>
parent 8e302cc4
No related branches found
No related tags found
No related merge requests found
{% if enable_neutron_qos | bool %}
[agent]
extensions = qos
{% endif %}
[sriov_nic]
# 'physical_device_mappings' is a comma separated list
# Maps a physical network to network inferface used for SRIOV
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment