Commit 64910198 by Bach Dániel

one: add missing argument for _create_host()

parent f1e10a1c
......@@ -638,7 +638,7 @@ class Instance(models.Model):
'id': inst.one_id})
inst.save()
inst._create_host(hostname)
inst._create_host(hostname, res)
return inst
def one_delete(self):
......
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 sign in to comment