Skip to content

Commit d41f0a4

Browse files
committed
ref(controller): remove setproctitle library
1 parent ceef3d2 commit d41f0a4

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

controller/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ paramiko==1.15.2
1414
psycopg2==2.6.1
1515
python-etcd==0.3.2
1616
PyYAML==3.11
17-
setproctitle==1.1.8
1817
static==1.1.1
1918
South==1.0.2
2019
python-ldap==2.4.19

controller/templates/gconf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
workers = multiprocessing.cpu_count() * 2 + 1
1010
except NotImplementedError:
1111
workers = 8
12-
proc_name = 'deis-controller'
1312
timeout = 1200
1413
pidfile = '/tmp/gunicorn.pid'
1514
loglevel = 'info'

0 commit comments

Comments
 (0)