Commit e73dbc54 by Guba Sándor

storage: fixed Disk create

parent 66ac861a
......@@ -324,7 +324,7 @@ class Disk(AclBase, TimeStampedModel):
:return: Disk object without a real image, to be .deploy()ed later.
"""
disk = Disk.create(instance=None, user=None, **kwargs)
disk = Disk.create(instance, user, **kwargs)
return disk
@classmethod
......
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