[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:
parent
2a06477397
commit
c8c1a818b4
@ -28,4 +28,4 @@ if [[ -c /dev/kvm ]]; then
|
||||
chown root:kvm /dev/kvm
|
||||
fi
|
||||
|
||||
exec libvirtd -v --listen
|
||||
exec libvirtd --listen
|
||||
|
@ -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 }}"
|
||||
|
@ -140,6 +140,7 @@ ceph:
|
||||
|
||||
libvirt:
|
||||
listen_addr: 0.0.0.0
|
||||
log_level: 3
|
||||
|
||||
dependencies:
|
||||
api:
|
||||
|
Loading…
x
Reference in New Issue
Block a user