File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ gid = 1000
66mode = " 0640"
77keys = [
88 " /deis/controller" ,
9- " /deis/cache" ,
109 " /deis/database" ,
1110 " /deis/registry" ,
1211 " /deis/domains" ,
Original file line number Diff line number Diff line change @@ -16,6 +16,5 @@ paramiko==1.14.1
1616psycopg2 == 2.5.4
1717python-etcd == 0.3.2
1818PyYAML == 3.11
19- redis == 2.9.1
2019static == 1.0.2
2120South == 1.0.1
Original file line number Diff line number Diff line change 3434 }
3535}
3636
37- # configure cache
38- CACHE_URL = 'redis://{{ .deis_cache_host }}:{{ .deis_cache_port }}/0'
39-
4037# move log directory out of /app/deis
4138DEIS_LOG_DIR = '/data/logs'
4239
Original file line number Diff line number Diff line change @@ -17,13 +17,10 @@ func TestController(t *testing.T) {
1717 "/deis/registry/protocol" ,
1818 "/deis/registry/host" ,
1919 "/deis/registry/port" ,
20- "/deis/cache/host" ,
21- "/deis/cache/port" ,
2220 "/deis/platform/domain" ,
2321 }
2422 setdir := []string {
2523 "/deis/controller" ,
26- "/deis/cache" ,
2724 "/deis/database" ,
2825 "/deis/registry" ,
2926 "/deis/domains" ,
You can’t perform that action at this time.
0 commit comments