Merge "Put passthrough_whitelist in the [pci] section"

This commit is contained in:
Zuul 2018-11-10 12:30:28 +00:00 committed by Gerrit Code Review
commit 284341bf24
1 changed files with 6 additions and 0 deletions

View File

@ -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 %}