Merge "Add logging handler for openstack_auth in the tests"

This commit is contained in:
Jenkins 2014-04-08 08:15:55 +00:00 committed by Gerrit Code Review
commit 24aef457d8

View File

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