Introduce nova_libvirt_logging_debug
In order to disable libvirt debug in CI (which takes vast amount of storage)
this change introduces nova_libvirt_logging_debug and disables that in CI.
Change-Id: I90bfd1b300ad3202ea4d139fda6d6beb44c5820f
(cherry picked from commit eabdf1e9f9
)
This commit is contained in:
parent
d34394cc6b
commit
eb66ef75fd
@ -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 }}"
|
||||
|
||||
|
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user