nemesis/python_nemesis
Robert Putt 2341f2acaf Use Oslo Config global CONF object rather than Flask config.
Update anything using configuration items to use the global CONF
object from Oslo Config rather than using the Flask config as
the Oslo Config CONF object can be used outside of the Flask
application context.

Change-Id: Ie7eafd322ab1a6f57ff1e8e5b66e27079caa4aba
2018-03-08 19:17:19 +00:00
..
api Use Oslo Config global CONF object rather than Flask config. 2018-03-08 19:17:19 +00:00
db Use Oslo Config global CONF object rather than Flask config. 2018-03-08 19:17:19 +00:00
plugins Use Oslo Config global CONF object rather than Flask config. 2018-03-08 19:17:19 +00:00
tests Adding project template as generated by cookiecutter 2017-03-08 18:08:07 +00:00
worker Use Oslo Config global CONF object rather than Flask config. 2018-03-08 19:17:19 +00:00
__init__.py Adding project template as generated by cookiecutter 2017-03-08 18:08:07 +00:00
api_app.py Split entrypoints into api and worker for simplicity. 2017-12-15 19:11:43 +00:00
base_app.py Split entrypoints into api and worker for simplicity. 2017-12-15 19:11:43 +00:00
config.py Split entrypoints into api and worker for simplicity. 2017-12-15 19:11:43 +00:00
default_config.py Adding basic flask framework 2017-03-16 19:30:50 +00:00
exceptions.py Add MIME type detection upon upload 2017-12-15 07:18:39 +00:00
extensions.py Adds Flask Keystone to Nemesis Project 2017-06-10 11:08:07 +01:00
file_hasher.py Allow file upload and hash calculation. 2017-12-02 20:24:51 +00:00
notifications.py Add uber simple Oslo.Messaging notifier for sending messages. 2017-12-03 17:21:29 +00:00
swift.py Use Oslo Config global CONF object rather than Flask config. 2018-03-08 19:17:19 +00:00
worker_app.py Use Oslo Config global CONF object rather than Flask config. 2018-03-08 19:17:19 +00:00