31f8ad4eb4
Alembic does lots of new things. Provide docs for how to use this. This doesn't actually work that well at the moment because it appears our database migrations are not in sync with the models. Those issues will have to be resolved separately. Change-Id: I6645ca951114b94ce9ed5a83e5e11d53879a7cd5 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
52 lines
744 B
Plaintext
52 lines
744 B
Plaintext
*.DS_Store
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.sqlite
|
|
/.*
|
|
!.coveragerc
|
|
!.gitignore
|
|
!.mailmap
|
|
!.testr.conf
|
|
!.stestr.conf
|
|
!.zuul.yaml
|
|
.*.sw?
|
|
AUTHORS
|
|
Authors
|
|
build/*
|
|
build-stamp
|
|
CA/
|
|
ChangeLog
|
|
cinder.egg-info
|
|
cover/*
|
|
covhtml
|
|
dist/*
|
|
etc/cinder/cinder.conf.sample
|
|
etc/cinder/policy.yaml.sample
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
mypy-report
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
tags
|
|
|
|
# Files created by Sphinx build
|
|
doc/build
|
|
doc/source/_static/cinder.conf.sample
|
|
doc/source/_static/cinder.policy.yaml.sample
|
|
doc/source/drivers.rst
|
|
|
|
# Files created for API reference
|
|
api-ref/build
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
contrib/block-box/.db_data
|
|
RELEASENOTES.rst
|
|
releasenotes/notes/reno.cache
|
|
|
|
# Files created by alembic
|
|
cinder.db
|