Add notes explaining vmware's suds usage

As per the review comments from the recent revert of suds logging
changes (I43b66aa6be6fc1b2ed43650bd5cfe69963d8a16e), note that
suds is used by the vmware driver and removing the suds logging
config causes heaps of extra log lines for their tempest runs.

Change-Id: I2dd7126f895eb862bdb2a5b93d17be6571e01369
This commit is contained in:
Michael Still 2015-09-03 17:23:47 +10:00
parent bbe369c9b1
commit beb6774b73
2 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,9 @@ level = WARNING
handlers = stderr
qualname = boto
# NOTE(mikal): suds is used by the vmware driver, removing this will
# cause many extraneous log lines for their tempest runs. Refer to
# https://review.openstack.org/#/c/219225/ for details.
[logger_suds]
level = INFO
handlers = stderr

View File

@ -29,6 +29,9 @@ CONF = cfg.CONF
_DEFAULT_SQL_CONNECTION = 'sqlite:///' + paths.state_path_def('nova.sqlite')
# NOTE(mikal): suds is used by the vmware driver, removing this will
# cause many extraneous log lines for their tempest runs. Refer to
# https://review.openstack.org/#/c/219225/ for details.
_DEFAULT_LOG_LEVELS = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN',
'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO',
'oslo_messaging=INFO', 'iso8601=WARN',