Merge "autohelp: lookup options in more oslo libraries"

This commit is contained in:
Jenkins 2015-04-24 10:31:54 +00:00 committed by Gerrit Code Review
commit b2ceef6cd6
1 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,11 @@ import stevedore
from hooks import HOOKS # noqa
EXTENSIONS = ['oslo.messaging', 'oslo.db']
EXTENSIONS = ['oslo.concurrency'
'oslo.db',
'oslo.log',
'oslo.messaging',
'oslo.policy']
IGNORE = [
'trove.guestagent.datastore.postgresql.manager',