Changes Entry Points for Valet Engine

Add /usr/bin/valet-engine entry point

Change-Id: Ia9bd7e5962dddb52dd3aecacc266c9c1ffd5f477
This commit is contained in:
Chris 2017-04-10 14:31:43 -05:00 committed by Omar Rivera
parent dbda429146
commit faee9727ab
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# Copyright 2014-2017 AT&T Intellectual Property
#

View File

@ -30,7 +30,7 @@ ostro_cli_opts = [
engine_group = cfg.OptGroup(name='engine', title='Valet Engine conf')
engine_opts = [
cfg.StrOpt('pid', default='/var/run/valet/ostro-daemon.pid'),
cfg.StrOpt('pid', default='/var/run/valet/valet-engine.pid'),
cfg.StrOpt('mode', default='live', help='run as actual or simulation for test'),
cfg.StrOpt('sim_cfg_loc', default='/etc/valet/engine/ostro_sim.cfg'),
cfg.StrOpt('ip', default='localhost'),