pvc/api-daemon/pvcapid
Joshua Boniface f85c2c2a75 Remove PyWSGI and move to Flask server
Gevent was completely failure. The API would block during large file
uploads with no obvious solutions beyond "use gunicorn", which is not
suited to this. I originally had this working with the Flask "debug"
server, so just move to using that all the time. SSL is added using a
custom context with the OpenSSL library, so include that as a
dependency.
2020-10-26 01:58:43 -04:00
..
Daemon.py Remove PyWSGI and move to Flask server 2020-10-26 01:58:43 -04:00
__init__.py Use consistent naming of components 2020-02-08 19:34:07 -05:00
benchmark.py Disable gtod_reduce for benchmarks 2020-08-25 17:02:06 -04:00
flaskapi.py Remove PyWSGI and move to Flask server 2020-10-26 01:58:43 -04:00
helper.py Improve handling of large file uploads 2020-10-19 01:00:34 -04:00
libvirt_schema.py Complete integration of OVA provisioner 2020-02-18 14:42:45 -05:00
models.py Add storage benchmarking to API 2020-08-25 01:57:21 -04:00
ova.py Improve handling of large file uploads 2020-10-19 01:00:34 -04:00
provisioner.py Correct invalid comparison in template VNI add 2020-08-18 09:48:56 -04:00