Add logging handler for openstack_auth in the tests

Without it, log output below ERROR level can also be displayed in the
tests output.

Change-Id: I342b20fc26468a41843496f11db3e0079b50505c
Closes-Bug: #1218462
This commit is contained in:
Julie Pichon 2014-04-04 09:40:07 +01:00
parent 6ae3d79d11
commit 8665768523
1 changed files with 4 additions and 0 deletions

View File

@ -151,6 +151,10 @@ LOGGING['loggers'].update(
'handlers': ['test'],
'propagate': False,
},
'openstack_auth': {
'handlers': ['test'],
'propagate': False,
},
'novaclient': {
'handlers': ['test'],
'propagate': False,