Merge "Remove no longer used libvirt log hostpaths"

This commit is contained in:
Zuul 2022-11-02 19:10:08 +00:00 committed by Gerrit Code Review
commit 30323d0fb8
1 changed files with 0 additions and 2 deletions

View File

@ -937,8 +937,6 @@ outputs:
- { 'path': /var/cache/libvirt }
- { 'path': /var/lib/nova, 'setype': container_file_t }
- { 'path': /run/libvirt }
- { 'path': /var/log/libvirt, 'setype': container_file_t }
- { 'path': /var/log/libvirt/qemu, 'setype': container_file_t }
- { 'path': /var/log/containers/libvirt/swtpm, 'setype': container_file_t, 'mode': '0750' }
# qemu user on host will be cretaed by libvirt package install, ensure
# the qemu user created with same uid/gid as like libvirt package.