openstack-ansible-os_neutron/templates/plugins/ml2/sriov_nic_agent.ini.j2
Major Hayden a114efa00c Ensure QoS extension is enabled
This patch ensures that the linuxbridge/sriov agent files will have
the QoS extension enabled if the deployer has enabled it.

Closes-Bug: 1677632
Change-Id: I32edf772267e0a6e92a86979ceb4d24973750a73
2017-09-08 15:18:06 +00:00

15 lines
340 B
Django/Jinja

# {{ ansible_managed }}
# Agent
[agent]
{% if 'qos' in neutron_plugin_base %}
extensions = qos
{% endif %}
[securitygroup]
firewall_driver = neutron.agent.firewall.NoopFirewallDriver
[sriov_nic]
physical_device_mappings = "{{ neutron_provider_networks.network_sriov_mappings }}"
exclude_devices = "{{ neutron_sriov_excluded_devices }}"