cloudpulse/cloudpulse.wsgi
Sawan Choudhary d4a1da3776 Support Cloudpulse with WSGI
Change-Id: Ibbe56daa10fa81559bd7b39104f58649be91d3c7
(cherry picked from commit fe39d727d8ca8de3e8887080123180368c029cbb)
2020-12-11 12:36:34 +00:00

6 lines
181 B
Python
Executable File

# With wsgi the default config file will be read from
# /docker/cloudpulse/cloudpulse.conf
from pecan.deploy import deploy
application = deploy('/cloudpulse/cloudpulse/config.py')