From 3729755da0b0c6f2a10c759ae7b27ce58775ec45 Mon Sep 17 00:00:00 2001 From: Allen Gao Date: Mon, 18 Jan 2016 21:29:36 +0800 Subject: [PATCH] remove option verbose from config files Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future. If this option is not set explicitly, there is no such warning. Furthermore, the default value of verbose is true, so there is no need to set this value in config files. TrivialFix Change-Id: I3ec2a8900c984a64bc0645672ef89a63975f7f4e --- ansible/roles/cinder/templates/cinder.conf.j2 | 1 - ansible/roles/glance/templates/glance-api.conf.j2 | 1 - ansible/roles/glance/templates/glance-registry.conf.j2 | 1 - ansible/roles/ironic/templates/ironic.conf.j2 | 1 - ansible/roles/keystone/templates/keystone.conf.j2 | 1 - ansible/roles/magnum/templates/magnum.conf.j2 | 1 - ansible/roles/mistral/templates/mistral.conf.j2 | 1 - ansible/roles/murano/templates/murano.conf.j2 | 1 - ansible/roles/neutron/templates/neutron.conf.j2 | 1 - ansible/roles/nova/templates/nova.conf.j2 | 1 - 10 files changed, 10 deletions(-) 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