Merge "[Nova] Use helm values to set libvirt logging/debugging"

This commit is contained in:
Jenkins 2017-06-22 01:10:45 +00:00 committed by Gerrit Code Review
commit e983684c53
3 changed files with 4 additions and 3 deletions

View File

@ -28,4 +28,4 @@ if [[ -c /dev/kvm ]]; then
chown root:kvm /dev/kvm
fi
exec libvirtd -v --listen
exec libvirtd --listen

View File

@ -15,6 +15,6 @@
listen_tcp = 1
auth_tcp = "none"
ca_file = ""
log_level = 2
log_outputs = "2:stderr"
log_level = {{ .Values.libvirt.log_level }}
log_outputs = "{{ .Values.libvirt.log_level }}:stderr"
listen_addr = "{{ .Values.libvirt.listen_addr }}"

View File

@ -140,6 +140,7 @@ ceph:
libvirt:
listen_addr: 0.0.0.0
log_level: 3
dependencies:
api: