Skip to content

Commit

Permalink
Related-Bug: #1603337 - Default contrail-discovery.ini shouldn't have…
Browse files Browse the repository at this point in the history
… process_name

The process_name should not be set as '0'

Change-Id: I3b3f2452373e286cf6483ea4fcac0cc31d4aa8da
  • Loading branch information
nitishkrishna committed Aug 17, 2016
1 parent 7181bf7 commit 4cc8f2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/discovery/contrail-discovery.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[program:contrail-discovery]
command=/usr/bin/contrail-discovery --conf_file /etc/contrail/contrail-discovery.conf --worker_id %(process_num)s
numprocs=1
process_name=%(process_num)s
redirect_stderr=true
stdout_logfile= /var/log/contrail/contrail-discovery-%(process_num)s-stdout.log
stderr_logfile=/dev/null
Expand Down

0 comments on commit 4cc8f2f

Please sign in to comment.