Commit feed759c by Bodor Máté

Change create_template to create_image

parent 4b7acc4e
Pipeline #793 failed with stage
in 40 seconds
......@@ -65,7 +65,7 @@ class InstanceInterface:
def resize_vm(self, name_or_id):
raise NotImplementedError
def create_template(self, name_or_id, template_name):
def create_image(self, instance_id, metadata):
raise NotImplementedError
def attach_volume(self, name_or_id, amount):
......
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