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

Use chart values to set control logging.  Reduce the default logging
to warnings and errors.

Change-Id: I52b3c65513a0f3b9de02eff2b1c76ffcb7c1fba2
This commit is contained in:
Chris Wedgwood 2017-06-19 19:18:53 +00:00
parent 2a06477397
commit c8c1a818b4
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: