Merge "Introduce nova_libvirt_logging_debug"

This commit is contained in:
Zuul 2021-03-10 19:22:10 +00:00 committed by Gerrit Code Review
commit c2360f549e
3 changed files with 3 additions and 1 deletions

View File

@ -415,6 +415,7 @@ haproxy_nova_serialconsole_proxy_tunnel_timeout: "10m"
####################
nova_logging_debug: "{{ openstack_logging_debug }}"
nova_libvirt_logging_debug: "{{ nova_logging_debug }}"
openstack_nova_auth: "{{ openstack_auth }}"

View File

@ -12,7 +12,7 @@ auth_tcp = "none"
tcp_port = "{{ nova_libvirt_port }}"
ca_file = ""
{% endif %}
{% if nova_logging_debug | bool %}
{% if nova_libvirt_logging_debug | bool %}
log_level = 1
log_outputs = "1:file:/var/log/kolla/libvirt/libvirtd.log"
{% else %}

View File

@ -37,6 +37,7 @@ enable_heat: "{{ openstack_core_tested }}"
kolla_internal_vip_address: "{{ kolla_internal_vip_address }}"
neutron_external_interface: "{{ neutron_external_interface_name }}"
openstack_logging_debug: "True"
nova_libvirt_logging_debug: "False"
openstack_service_workers: "1"
{% endif %}