2a6cba8e6f
When QoS is set in the neutron-api charm, the neutron-openvswitch charm needs to add 'extensions = qos' to the sriov_agent.ini file. Closes-bug: #1938277 Change-Id: I44fbf5991d2606161b1bcbc064d4bc68a2fbbb5b
17 lines
534 B
INI
17 lines
534 B
INI
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
# Config managed by neutron-openvswitch charm
|
|
###############################################################################
|
|
[securitygroup]
|
|
firewall_driver = neutron.agent.firewall.NoopFirewallDriver
|
|
|
|
[sriov_nic]
|
|
physical_device_mappings = {{ sriov_device_mappings }}
|
|
exclude_devices =
|
|
|
|
{% if enable_sriov and enable_qos -%}
|
|
[agent]
|
|
extensions = qos
|
|
{% endif -%}
|