From 20e0214760f0d05d8d7782bdacd136ffcca2b0ff Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 27 Jul 2015 16:47:28 -0400 Subject: [PATCH] Update smaple config for new oslo.config release The 2.1.0 release of oslo.config changed another default config value. This causes the sample config job to break because the config options not defined in the tempest repo to change. This commit fixes this for the time being. However, as a long term fix the job must be changed to only generate a sample config for in tree options, and leverage tempest init to generate a full config for tempest plus the oslo libs. Change-Id: I053d5d464d0b5eb5a7902338efa3cb25d2fd7f74 --- etc/tempest.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample index 27d65e6175..724bff469d 100644 --- a/etc/tempest.conf.sample +++ b/etc/tempest.conf.sample @@ -72,7 +72,7 @@ #logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s # List of logger=LEVEL pairs. (list value) -#default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN +#default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN # Enables or disables publication of error events. (boolean value) #publish_errors = false