We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceef3d2 commit d41f0a4Copy full SHA for d41f0a4
2 files changed
controller/requirements.txt
@@ -14,7 +14,6 @@ paramiko==1.15.2
14
psycopg2==2.6.1
15
python-etcd==0.3.2
16
PyYAML==3.11
17
-setproctitle==1.1.8
18
static==1.1.1
19
South==1.0.2
20
python-ldap==2.4.19
controller/templates/gconf.py
@@ -9,7 +9,6 @@
9
workers = multiprocessing.cpu_count() * 2 + 1
10
except NotImplementedError:
11
workers = 8
12
-proc_name = 'deis-controller'
13
timeout = 1200
pidfile = '/tmp/gunicorn.pid'
loglevel = 'info'
0 commit comments