Split dockerfile to have an intermediate image w/ all Python deps

Fix some issues in bootdata implementation
This commit is contained in:
Scott Hussey
2017-06-22 13:19:11 -05:00
parent ab03692a81
commit 56fa2d3d17
7 changed files with 54 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ class BootdataResource(StatefulResource):
resp.body = BootdataResource.systemd_definition
resp.content_type = 'text/plain'
return
elif data_key == 'prominit'
elif data_key == 'prominit':
resp.boy = BootdataResource.prominit
resp.content_type = 'text/plain'
return