Skip to content
Snippets Groups Projects
Commit b9f0854c authored by Michal Nasiadka's avatar Michal Nasiadka
Browse files

CI: Fix tenks for newer libvirt


Copy cat of I2cfd2667abb1ae8988b7a7fd9761b75c20a0eaa4

Co-Authored-By: default avatarPierre Riteau <pierre@stackhpc.com>
Change-Id: If4feec0a86f9a50ed43920ecf4d0da8875c71f4e
parent 3e0014a7
No related branches found
No related tags found
No related merge requests found
...@@ -53,3 +53,10 @@ libvirt_vm_default_console_log_dir: "/var/log/kolla/tenks" ...@@ -53,3 +53,10 @@ libvirt_vm_default_console_log_dir: "/var/log/kolla/tenks"
# Console logs are owned by the ID of the Nova user in the nova_libvirt # Console logs are owned by the ID of the Nova user in the nova_libvirt
# container. # container.
libvirt_vm_log_owner: 42436 libvirt_vm_log_owner: 42436
# NOTE(priteau): Disable libvirt_vm_trust_guest_rx_filters, which when enabled
# triggers the following errors when booting baremetal instances with Tenks on
# Libvirt 9: Cannot set interface flags on 'macvtap1': Value too large for
# defined data type
libvirt_vm_trust_guest_rx_filters: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment