Add alembic support for aodh

Change-Id: I3e00d6f375c226e54d28cf75b04ade263b7d8d8b
This commit is contained in:
liu-sheng
2015-07-28 18:03:10 +08:00
committed by LiuSheng
parent 92c4960f06
commit 23509afddb
11 changed files with 362 additions and 5 deletions

View File

@@ -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.