autohelp: lookup options in more oslo libraries

Change-Id: I24942de43dbe04256f511ee372f203942f555cce
This commit is contained in:
Gauvain Pocentek 2015-04-24 12:11:58 +02:00
parent 3391e045d3
commit 71b8d2175f
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',