autohelp: add oslo.service to the list of extensions

Change-Id: Id523dd72c5987f86d22bd5905ed1511b58ae25cf
Closes-Bug: #1487171
This commit is contained in:
Gauvain Pocentek 2015-08-22 15:12:45 +02:00
parent 470017fe8b
commit 11e46da154
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ EXTENSIONS = ['oslo.cache',
'oslo.log',
'oslo.messaging',
'oslo.middleware',
'oslo.policy']
'oslo.policy',
'oslo.service']
IGNORE = [
'trove.guestagent.datastore.postgresql.manager',