diff --git a/ansible/roles/cinder/templates/cinder.conf.j2 b/ansible/roles/cinder/templates/cinder.conf.j2 index 6f1a63067b..95d6aa2ac0 100644 --- a/ansible/roles/cinder/templates/cinder.conf.j2 +++ b/ansible/roles/cinder/templates/cinder.conf.j2 @@ -1,5 +1,4 @@ [DEFAULT] -verbose = true debug = true use_syslog = True diff --git a/ansible/roles/glance/templates/glance-api.conf.j2 b/ansible/roles/glance/templates/glance-api.conf.j2 index 6ee5c58fda..cabdb3ce28 100644 --- a/ansible/roles/glance/templates/glance-api.conf.j2 +++ b/ansible/roles/glance/templates/glance-api.conf.j2 @@ -1,5 +1,4 @@ [DEFAULT] -verbose = true debug = true bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }} diff --git a/ansible/roles/glance/templates/glance-registry.conf.j2 b/ansible/roles/glance/templates/glance-registry.conf.j2 index 64cd07b8bb..2b9aa8aa29 100644 --- a/ansible/roles/glance/templates/glance-registry.conf.j2 +++ b/ansible/roles/glance/templates/glance-registry.conf.j2 @@ -1,5 +1,4 @@ [DEFAULT] -verbose = true debug = true bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }} diff --git a/ansible/roles/ironic/templates/ironic.conf.j2 b/ansible/roles/ironic/templates/ironic.conf.j2 index c003cafe65..0a06349918 100644 --- a/ansible/roles/ironic/templates/ironic.conf.j2 +++ b/ansible/roles/ironic/templates/ironic.conf.j2 @@ -1,6 +1,5 @@ [DEFAULT] debug = {{ ironic_logging_debug }} -verbose = {{ ironic_logging_verbose }} admin_token = {{ keystone_admin_token }} diff --git a/ansible/roles/keystone/templates/keystone.conf.j2 b/ansible/roles/keystone/templates/keystone.conf.j2 index a51cd13cd2..01f337e8f2 100644 --- a/ansible/roles/keystone/templates/keystone.conf.j2 +++ b/ansible/roles/keystone/templates/keystone.conf.j2 @@ -1,5 +1,4 @@ [DEFAULT] -verbose = {{ keystone_logging_verbose }} debug = {{ keystone_logging_debug }} syslog_log_facility=LOG_LOCAL0 use_syslog = True diff --git a/ansible/roles/magnum/templates/magnum.conf.j2 b/ansible/roles/magnum/templates/magnum.conf.j2 index 710311440d..b673887c5a 100644 --- a/ansible/roles/magnum/templates/magnum.conf.j2 +++ b/ansible/roles/magnum/templates/magnum.conf.j2 @@ -1,6 +1,5 @@ [DEFAULT] debug = {{ openstack_logging_debug }} -verbose = {{ openstack_logging_verbose }} use_syslog = true syslog_log_facility = LOG_LOCAL0 diff --git a/ansible/roles/mistral/templates/mistral.conf.j2 b/ansible/roles/mistral/templates/mistral.conf.j2 index 7617a068f8..5ae787cf65 100644 --- a/ansible/roles/mistral/templates/mistral.conf.j2 +++ b/ansible/roles/mistral/templates/mistral.conf.j2 @@ -1,5 +1,4 @@ [DEFAULT] -verbose = {{ openstack_logging_verbose }} debug = {{ openstack_logging_debug }} notification_driver = noop diff --git a/ansible/roles/murano/templates/murano.conf.j2 b/ansible/roles/murano/templates/murano.conf.j2 index 685831749f..2ceccb8fb6 100644 --- a/ansible/roles/murano/templates/murano.conf.j2 +++ b/ansible/roles/murano/templates/murano.conf.j2 @@ -1,5 +1,4 @@ [DEFAULT] -verbose = {{ openstack_logging_verbose }} debug = {{ openstack_logging_debug }} notification_driver = noop diff --git a/ansible/roles/neutron/templates/neutron.conf.j2 b/ansible/roles/neutron/templates/neutron.conf.j2 index 3e0cd49df1..2cef3597c8 100644 --- a/ansible/roles/neutron/templates/neutron.conf.j2 +++ b/ansible/roles/neutron/templates/neutron.conf.j2 @@ -1,6 +1,5 @@ # neutron.conf [DEFAULT] -verbose = true debug = true use_syslog = True diff --git a/ansible/roles/nova/templates/nova.conf.j2 b/ansible/roles/nova/templates/nova.conf.j2 index af0d2f77d0..853eac008b 100644 --- a/ansible/roles/nova/templates/nova.conf.j2 +++ b/ansible/roles/nova/templates/nova.conf.j2 @@ -1,6 +1,5 @@ # nova.conf [DEFAULT] -verbose = true debug = true syslog_log_facility=LOG_LOCAL0