kolla-ansible/ansible/roles/neutron/templates/sriov_agent.ini.j2
Michal Nasiadka 448209459d CI: Add codespell to pep8
Fix existing spelling errors

Change-Id: Ie689cf5a344aaa630a4860448b09242333a8e119
2024-04-22 13:19:23 +00:00

18 lines
582 B
Django/Jinja

{% 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 interface used for SRIOV
# This template should be modified for specific environments
# See Official OpenStack SRIOV documentation for all available options
physical_device_mappings = {{ neutron_sriov_physnets }}
exclude_devices =
[securitygroup]
# Security groups are not supported when using SRIOV, so the firewall
# driver must be disabled.
firewall_driver = neutron.agent.firewall.NoopFirewallDriver