Felipe Monteiro
2fd01fd9b4
Add currently necessary oslo namespaces to oslo-config-generator conf file.
This commit adds the following namespaces to deckhand's config-generator.conf file used by oslo-config-generator to generate deckhand's conf file automatically: * oslo.db * oslo.db.concurrency * oslo.log This will automatically populate the generate conf file with needed oslo config options.
Deckhand
A foundational python REST YAML processing engine providing data and secrets management to other platform services.
To run:
$ sudo pip install uwsgi
$ virtualenv -p python3 /var/tmp/deckhand
$ . /var/tmp/deckhand/bin/activate
$ sudo pip install .
$ python setup.py install
$ uwsgi --http :9000 -w deckhand.deckhand --callable deckhand_callable --enable-threads -L
Description
Languages
Python
97.4%
Shell
2%
Makefile
0.5%