Commit 74c3277a authored by Benjamin Blanc's avatar Benjamin Blanc

Many change in SlapOSControler

parent b517e4f9
......@@ -82,11 +82,11 @@ class SlapOSControler(object):
slapos_account_certificate_path,
slapos_account_key_path)
createFile(slapos_account_key_path, "w", key)
log("% created." %(str(slapos_account_key_path)))
log("%s created." %(str(slapos_account_key_path)))
createFile(slapos_account_certificate_path, "w", certificate)
log("% created." %(str(slapos_account_certificate_path)))
log("%s created." %(str(slapos_account_certificate_path)))
createFile(configuration_file_path, "w", configuration_file_value)
log("% created." %(str(configuration_file_path)))
log("%s created." %(str(configuration_file_path)))
self.configuration_file_path = configuration_file_path
def supply(self, software_url, computer_id, remove=False):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment