From 0cb8b7bc038585587dadb564e99635a04065d07d Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 12 Feb 2019 11:01:19 -0600 Subject: [PATCH] remove duplicate pci section Not sure how it got in, but it's not needed. Change-Id: Icf0f9ca274c31c76d877e79b6a1ad54c34b811e4 --- templates/nova.conf.j2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/nova.conf.j2 b/templates/nova.conf.j2 index 9533f6be..a42ba135 100644 --- a/templates/nova.conf.j2 +++ b/templates/nova.conf.j2 @@ -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 %}