729705ead0
Created scripts for setting up ranger as well as modifying the service files as part of the setup. Change-Id: Ic1d77dd03fa2287097f35f3de5e890cfb768f71b
4 lines
153 B
Python
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')
|