b74fc0738e
If we don't then tuskar startup cannot proceed, with an appropriate error message. A conf var is added: CONF.tht_local_dir that points to the local path in which the templates exist. A relevant note was added to INSTALL.rst Implements: blueprint retrieve-ooo-templates Change-Id: I7cb1151f35aef00f416a7d06be6229553fbe9d22
35 lines
326 B
Plaintext
35 lines
326 B
Plaintext
# Compiled files
|
|
*.py[co]
|
|
*.a
|
|
*.o
|
|
*.so
|
|
|
|
# Sphinx
|
|
_build
|
|
|
|
# Packages/installer info
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
.*.swp
|
|
.coverage*
|
|
cover
|
|
AUTHORS
|
|
ChangeLog
|
|
etc/tuskar/tuskar.conf
|
|
*.sqlite
|
|
tuskar/api/templates/tripleo-heat-templates/
|