Add alembic support for aodh
Change-Id: I3e00d6f375c226e54d28cf75b04ade263b7d8d8b
This commit is contained in:
@@ -85,7 +85,7 @@ copyright = u'2012-2015, OpenStack Foundation'
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = ['**/#*', '**~', '**/#*#']
|
||||
exclude_patterns = ['**/#*', '**~', '**/#*#', '**/*alembic*']
|
||||
|
||||
# The reST default role (used for this markup: `text`)
|
||||
# to use for all documents.
|
||||
|
||||
Reference in New Issue
Block a user