Merge "Add logging handler for openstack_auth in the tests" into stable/icehouse

This commit is contained in:
Jenkins 2014-05-16 06:14:23 +00:00 committed by Gerrit Code Review
commit feeb37a2be
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,