diff --git a/defaults/main.yml b/defaults/main.yml index 32987089..d01f3cf9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -15,7 +15,6 @@ ## Verbosity Options debug: False -verbose: True glance_git_repo: https://git.openstack.org/openstack/glance diff --git a/templates/glance-api.conf.j2 b/templates/glance-api.conf.j2 index d3a2a0fc..ab050a97 100644 --- a/templates/glance-api.conf.j2 +++ b/templates/glance-api.conf.j2 @@ -4,7 +4,6 @@ {% set api_threads = _api_threads if _api_threads > 0 else 1 %} [DEFAULT] -verbose = {{ verbose }} debug = {{ debug }} log_file = /var/log/glance/glance-api.log fatal_deprecations = {{ glance_fatal_deprecations }} diff --git a/templates/glance-cache.conf.j2 b/templates/glance-cache.conf.j2 index 429c05f6..2a7dee98 100644 --- a/templates/glance-cache.conf.j2 +++ b/templates/glance-cache.conf.j2 @@ -1,7 +1,6 @@ # {{ ansible_managed }} [DEFAULT] -verbose = {{ verbose }} debug = {{ debug }} admin_password = {{ glance_service_password }} admin_user = {{ glance_service_user_name }} diff --git a/templates/glance-manage.conf.j2 b/templates/glance-manage.conf.j2 index 453e7e71..b7750569 100644 --- a/templates/glance-manage.conf.j2 +++ b/templates/glance-manage.conf.j2 @@ -1,5 +1,4 @@ [DEFAULT] -verbose = {{ verbose }} debug = {{ debug }} log_file = /var/log/glance/glance-manage.log fatal_deprecations = {{ glance_fatal_deprecations }} diff --git a/templates/glance-registry.conf.j2 b/templates/glance-registry.conf.j2 index 8d9693d4..e78712d2 100644 --- a/templates/glance-registry.conf.j2 +++ b/templates/glance-registry.conf.j2 @@ -4,7 +4,6 @@ {% set api_threads = _api_threads if _api_threads > 0 else 1 %} [DEFAULT] -verbose = {{ verbose }} debug = {{ debug }} fatal_deprecations = {{ glance_fatal_deprecations }} log_file = /var/log/glance/glance-registry.log diff --git a/templates/glance-scrubber.conf.j2 b/templates/glance-scrubber.conf.j2 index 5c044207..bebda355 100644 --- a/templates/glance-scrubber.conf.j2 +++ b/templates/glance-scrubber.conf.j2 @@ -1,7 +1,6 @@ # {{ ansible_managed }} [DEFAULT] -verbose = {{ verbose }} debug = {{ debug }} # Log to this file. Make sure you do not set the same log file for both the API # and registry servers!