Changes Entry Points for Valet Engine
Add /usr/bin/valet-engine entry point Change-Id: Ia9bd7e5962dddb52dd3aecacc266c9c1ffd5f477
This commit is contained in:
parent
dbda429146
commit
faee9727ab
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Copyright 2014-2017 AT&T Intellectual Property
|
||||
#
|
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user