Comment 8 for bug 1959014

Revision history for this message
Ronelle Landy (rlandy) wrote :

So I went looking for said faulty string:

log_outputs="3:file:/var/log/libvirt/libvirtd.log

and codesearch pointed to https://opendev.org/openstack/tripleo-heat-templates/commit/5fd7b487fdb12c258759628dd4013e6407680683

  LibvirtLogOutputs:
    description: Defines how log outputs are sent, as described in
                 https://libvirt.org/logging.html .
    type: string
    default: '3:file:/var/log/libvirt/libvirtd.log'

but ...

looking at the stable/victoria version of that file,

https://opendev.org/openstack/tripleo-heat-templates/src/branch/stable/victoria/deployment/nova/nova-libvirt-container-puppet.yaml

the string is no longer there:

https://opendev.org/openstack/tripleo-heat-templates/commits/branch/stable/victoria/deployment/nova/nova-libvirt-container-puppet.yaml