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
This commit is contained in:
parent
7c0c4dd6fd
commit
eabdf1e9f9
@ -415,6 +415,7 @@ haproxy_nova_serialconsole_proxy_tunnel_timeout: "10m"
|
|||||||
####################
|
####################
|
||||||
|
|
||||||
nova_logging_debug: "{{ openstack_logging_debug }}"
|
nova_logging_debug: "{{ openstack_logging_debug }}"
|
||||||
|
nova_libvirt_logging_debug: "{{ nova_logging_debug }}"
|
||||||
|
|
||||||
openstack_nova_auth: "{{ openstack_auth }}"
|
openstack_nova_auth: "{{ openstack_auth }}"
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ auth_tcp = "none"
|
|||||||
tcp_port = "{{ nova_libvirt_port }}"
|
tcp_port = "{{ nova_libvirt_port }}"
|
||||||
ca_file = ""
|
ca_file = ""
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if nova_logging_debug | bool %}
|
{% if nova_libvirt_logging_debug | bool %}
|
||||||
log_level = 1
|
log_level = 1
|
||||||
log_outputs = "1:file:/var/log/kolla/libvirt/libvirtd.log"
|
log_outputs = "1:file:/var/log/kolla/libvirt/libvirtd.log"
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -37,6 +37,7 @@ enable_heat: "{{ openstack_core_tested }}"
|
|||||||
kolla_internal_vip_address: "{{ kolla_internal_vip_address }}"
|
kolla_internal_vip_address: "{{ kolla_internal_vip_address }}"
|
||||||
neutron_external_interface: "{{ neutron_external_interface_name }}"
|
neutron_external_interface: "{{ neutron_external_interface_name }}"
|
||||||
openstack_logging_debug: "True"
|
openstack_logging_debug: "True"
|
||||||
|
nova_libvirt_logging_debug: "False"
|
||||||
openstack_service_workers: "1"
|
openstack_service_workers: "1"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user