Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / brag / server / app.wsgi
1 import os
2 from pecan.deploy import deploy
3
4 cur_path = os.path.dirname(__file__)
5 application = deploy(cur_path + '/config.py')