Split dockerfile to have an intermediate image w/ all Python deps
Fix some issues in bootdata implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user