ranger/orm/services/resource_distributor/rds.wsgi
raigax9 729705ead0 Added and edited files to run ranger
Created scripts for setting up ranger as well as
modifying the service files as part of the setup.

Change-Id: Ic1d77dd03fa2287097f35f3de5e890cfb768f71b
2017-09-22 13:37:45 -04:00

4 lines
153 B
Python

from pecan.deploy import deploy
from orm.base_config import ranger_base
application = deploy(ranger_base+'/orm/services/resource_distributor/config.py')