remove duplicate pci section

Not sure how it got in, but it's not needed.

Change-Id: Icf0f9ca274c31c76d877e79b6a1ad54c34b811e4
This commit is contained in:
Matthew Thode 2019-02-12 11:01:19 -06:00
parent 4e4136b01d
commit 0cb8b7bc03
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 0 additions and 6 deletions

View File

@ -298,12 +298,6 @@ 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 %}