libvirt: Remove unnecessary binding of /var/log/containers/nova
These are not used. Change-Id: Idb97b1a7227b4b266a26f2c827a40fcdc8bbdbc8
This commit is contained in:
parent
c651a67ef5
commit
1bbcc5dc68
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user