Merge "libvirt: Remove unnecessary binding of /var/log/containers/nova"

This commit is contained in:
Zuul 2017-11-09 16:27:18 +00:00 committed by Gerrit Code Review
commit 969df55f65
1 changed files with 0 additions and 6 deletions

View File

@ -151,10 +151,6 @@ outputs:
dest: "/"
merge: true
preserve_properties: true
permissions:
- path: /var/log/nova
owner: nova:nova
recurse: true
docker_config:
step_3:
nova_virtlogd:
@ -204,7 +200,6 @@ outputs:
- /var/run/libvirt:/var/run/libvirt
- /var/lib/libvirt:/var/lib/libvirt
- /var/log/libvirt/qemu:/var/log/libvirt/qemu:ro
- /var/log/containers/nova:/var/log/nova
- /var/lib/vhost_sockets:/var/lib/vhost_sockets
- /sys/fs/selinux:/sys/fs/selinux
-
@ -254,7 +249,6 @@ outputs:
- /etc/libvirt/secrets
- /etc/libvirt/qemu
- /var/lib/libvirt
- /var/log/containers/nova
# qemu user on host will be cretaed by libvirt package install, ensure
# the qemu user created with same uid/gid as like libvirt package.
# These specific values are required since ovs is running on host.