Put passthrough_whitelist in the [pci] section
pci_passthrough_whitelist is now deprecated. https://docs.openstack.org/nova/latest/configuration/config.html#pci.alias Change-Id: I2a3e266e3066d6c271a29038e814ff8e3090fafb
This commit is contained in:
parent
783ec21ca7
commit
a383124336
@ -59,11 +59,6 @@ libvirt_vif_type = ethernet
|
|||||||
vif_plugging_timeout = 10
|
vif_plugging_timeout = 10
|
||||||
vif_plugging_is_fatal = False
|
vif_plugging_is_fatal = False
|
||||||
|
|
||||||
{% if nova_pci_passthrough_whitelist %}
|
|
||||||
# PCI Passthrough
|
|
||||||
pci_passthrough_whitelist = "{{ nova_pci_passthrough_whitelist }}"
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# Hypervisor
|
# Hypervisor
|
||||||
default_ephemeral_format = ext4
|
default_ephemeral_format = ext4
|
||||||
|
|
||||||
@ -301,6 +296,12 @@ auth_url = {{ keystone_service_adminurl }}
|
|||||||
insecure = {{ keystone_service_adminuri_insecure | bool }}
|
insecure = {{ keystone_service_adminuri_insecure | bool }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if nova_pci_passthrough_whitelist %}
|
||||||
|
# PCI Passthrough
|
||||||
|
[pci]
|
||||||
|
passthrough_whitelist = "{{ nova_pci_passthrough_whitelist }}"
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[wsgi]
|
[wsgi]
|
||||||
api_paste_config = /etc/nova/api-paste.ini
|
api_paste_config = /etc/nova/api-paste.ini
|
||||||
{% if nova_external_ssl | bool %}
|
{% if nova_external_ssl | bool %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user