Merge "Trust receive filters of baremetal nodes"

This commit is contained in:
Zuul 2020-06-19 09:26:36 +00:00 committed by Gerrit Code Review
commit 6f1e4dc8fc
1 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,7 @@ libvirt_local_uri: >-
{%- if libvirt_custom_socket_path -%}
qemu+unix:///system?socket={{ libvirt_custom_socket_path }}/libvirt-sock
{%- endif %}
# Whether to trust the receive filters of Tenks VMs. This gets mapped to the
# trustGuestRxFilters' attribute of VM interfaces.
libvirt_vm_trust_guest_rx_filters: true