Merge "Put passthrough_whitelist in the [pci] section"
This commit is contained in:
commit
284341bf24
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user