Skip to content

Commit b168f40

Browse files
committed
fix(k8s.py): update for Kubernetes 1.1.1
1 parent a660ea8 commit b168f40

4 files changed

Lines changed: 278 additions & 377 deletions

File tree

rootfs/deis/settings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@
275275
'level': 'INFO',
276276
'propagate': True,
277277
},
278+
'scheduler': {
279+
'handlers': ['console', 'mail_admins', 'rsyslog'],
280+
'level': 'DEBUG',
281+
'propagate': True,
282+
},
278283
}
279284
}
280285
TEST_RUNNER = 'api.tests.SilentDjangoTestSuiteRunner'

rootfs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ psycopg2==2.6.1
1616
python-etcd==0.3.2
1717
python-ldap==2.4.19
1818
PyYAML==3.11
19+
requests==2.8.1
1920
simpleflock==0.0.2
2021
South==1.0.2
2122
static==1.1.1

0 commit comments

Comments
 (0)