diff --git a/templates/nova.conf.j2 b/templates/nova.conf.j2 index b0a1c10a..e3631c3a 100644 --- a/templates/nova.conf.j2 +++ b/templates/nova.conf.j2 @@ -302,6 +302,12 @@ auth_url = {{ keystone_service_adminurl }} insecure = {{ keystone_service_adminuri_insecure | bool }} {% endif %} +{% if nova_pci_passthrough_whitelist %} +# PCI Passthrough +[pci] +passthrough_whitelist = "{{ nova_pci_passthrough_whitelist }}" +{% endif %} + [wsgi] api_paste_config = /etc/nova/api-paste.ini {% if nova_external_ssl | bool %}