From f56180c8ff787a792e958a9a9458288b43102714 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Tue, 17 May 2016 11:03:16 -0400 Subject: [PATCH] Verbose option has been deprecated from oslo.log See http://lists.openstack.org/pipermail/openstack-dev/2016-May/095166.html for additional details. Change-Id: Ie74cee001faa572990dc636b0c12b678d1ef6da1 --- defaults/main.yml | 1 - templates/nova.conf.j2 | 1 - tests/test-vars.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 07c8ffb9..73aece39 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -18,7 +18,6 @@ nova_ceilometer_enabled: False ## Verbosity Options debug: False -verbose: True ## APT Cache options cache_timeout: 600 diff --git a/templates/nova.conf.j2 b/templates/nova.conf.j2 index 0d7e6b64..27ad165e 100644 --- a/templates/nova.conf.j2 +++ b/templates/nova.conf.j2 @@ -6,7 +6,6 @@ [DEFAULT] # Logs / State debug = {{ debug }} -verbose = {{ verbose }} fatal_deprecations = {{ nova_fatal_deprecations }} log_dir = /var/log/nova state_path = {{ nova_system_home_folder }} diff --git a/tests/test-vars.yml b/tests/test-vars.yml index 20500c0e..0b0c2d6c 100644 --- a/tests/test-vars.yml +++ b/tests/test-vars.yml @@ -127,4 +127,3 @@ tempest_service_available_horizon: False tempest_service_available_neutron: True tempest_service_available_nova: True tempest_service_available_swift: False -verbose: true